#555E8E

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

Shades of Governor Bay #555E8E

Tints of Governor Bay #555E8E

Color information

#555E8E (or 0x555E8E) is unknown color: approx Governor Bay. HEX triplet: 55, 5E and 8E. RGB value is (85,94,142). Sum of RGB (Red+Green+Blue) = 85+94+142=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #555E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555E8E is #AAA171. Grayscale: #606060. Windows color (decimal): -11182450 or 9330261. OLE color: 9330261.

HSL color Cylindrical-coordinate representation of color #555E8E: hue angle of 230.53º 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 #555E8E is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8594142-
CMYK0.400.3400.44
HSL230.53º25.11%44.51%-
HSV(B)230.53º40.14%55.69%-
XYZ12.6311.8927.22-
YUV96.78153.52119.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=26.48%
G=29.28%
B=44.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85941420.400.3400.44230.5325.1144.51
Hex555E8E282202Ce7192d
Octal12513621650420543473155
Binary101010110111101000111010100010001001011001110011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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