#555C8E

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

Shades of Governor Bay #555C8E

Tints of Governor Bay #555C8E

Color information

#555C8E (or 0x555C8E) is unknown color: approx Governor Bay. HEX triplet: 55, 5C and 8E. RGB value is (85,92,142). Sum of RGB (Red+Green+Blue) = 85+92+142=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #555C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555C8E is #AAA371. Grayscale: #5F5F5F. Windows color (decimal): -11182962 or 9329749. OLE color: 9329749.

HSL color Cylindrical-coordinate representation of color #555C8E: hue angle of 232.63º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #555C8E is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8592142-
CMYK0.400.3500.44
HSL232.63º25.11%44.51%-
HSV(B)232.63º40.14%55.69%-
XYZ12.4611.5427.16-
YUV95.61154.18120.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 142 (55.86% from 255) = 44.51%
R=26.65%
G=28.84%
B=44.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85921420.400.3500.44232.6325.1144.51
Hex555C8E282302Ce9192d
Octal12513421650430543513155
Binary101010110111001000111010100010001101011001110100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555C8E; }

 p { color: rgb(85,92,142); }

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

<style>
 a { background-color: #555C8E; }

 a { background-color: rgb(85,92,142); }

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

<style>
 span { border-color: #555C8E; }

 span { border-color: rgb(85,92,142); }

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