#554E9C

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

Shades of Governor Bay #554E9C

Tints of Governor Bay #554E9C

Color information

#554E9C (or 0x554E9C) is unknown color: approx Governor Bay. HEX triplet: 55, 4E and 9C. RGB value is (85,78,156). Sum of RGB (Red+Green+Blue) = 85+78+156=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #554E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554E9C is #AAB163. Grayscale: #585858. Windows color (decimal): -11186532 or 10243669. OLE color: 10243669.

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

Color convert

RGB8578156-
CMYK0.460.500.39
HSL245.38º33.33%45.88%-
HSV(B)245.38º50%61.18%-
XYZ12.479.7832.68-
YUV88.98165.82125.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 78 (30.86% from 255) = 24.45%
BLUE value IS 156 (61.33% from 255) = 48.90%
R=26.65%
G=24.45%
B=48.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85781560.460.500.39245.3833.3345.88
Hex554E9C2E32027f5212e
Octal12511623456620473654156
Binary1010101100111010011100101110110010010011111110101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,78,156); }

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

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

 a { background-color: rgb(85,78,156); }

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

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

 span { border-color: rgb(85,78,156); }

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