#554F9B

Color #554F9B Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #554F9B

Tints of Governor Bay #554F9B

Color information

#554F9B (or 0x554F9B) is unknown color: approx Governor Bay. HEX triplet: 55, 4F and 9B. RGB value is (85,79,155). Sum of RGB (Red+Green+Blue) = 85+79+155=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #554F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554F9B is #AAB064. Grayscale: #595959. Windows color (decimal): -11186277 or 10178389. OLE color: 10178389.

HSL color Cylindrical-coordinate representation of color #554F9B: hue angle of 244.74º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #554F9B is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8579155-
CMYK0.450.4900.39
HSL244.74º32.48%45.88%-
HSV(B)244.74º49.03%60.78%-
XYZ12.469.8932.26-
YUV89.46164.99124.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 79 (31.25% from 255) = 24.76%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=26.65%
G=24.76%
B=48.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85791550.450.4900.39244.7432.4845.88
Hex554F9B2D31027f5202e
Octal12511723355610473654056
Binary1010101100111110011011101101110001010011111110101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554F9B; }

 p { color: rgb(85,79,155); }

 H1.HeaderClassName
 {
   color: #554F9B;
 }
 .AnyTagClassName
 {
   color: #554F9B;
 }
</style>
background-color css

<style>
 a { background-color: #554F9B; }

 a { background-color: rgb(85,79,155); }

 div.DivClassName
 {
   background-color: #554F9B;
 }
 .BgClassName
 {
   background-color: #554F9B;
 }
</style>
border-color css

<style>
 span { border-color: #554F9B; }

 span { border-color: rgb(85,79,155); }

 td.TdClassName
 {
   border-color: #554F9B;
 }
 .TagClassName
 {
   border-color: #554F9B;
 }
</style>