#555C85

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

Shades of Governor Bay #555C85

Tints of Governor Bay #555C85

Color information

#555C85 (or 0x555C85) is unknown color: approx Governor Bay. HEX triplet: 55, 5C and 85. RGB value is (85,92,133). Sum of RGB (Red+Green+Blue) = 85+92+133=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #555C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555C85 is #AAA37A. Grayscale: #5E5E5E. Windows color (decimal): -11182971 or 8739925. OLE color: 8739925.

HSL color Cylindrical-coordinate representation of color #555C85: hue angle of 231.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #555C85 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8592133-
CMYK0.360.3100.48
HSL231.25º22.02%42.75%-
HSV(B)231.25º36.09%52.16%-
XYZ11.8111.2823.75-
YUV94.58149.68121.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 92 (36.33% from 255) = 29.68%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=27.42%
G=29.68%
B=42.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85921330.360.3100.48231.2522.0242.75
Hex555C85241F030e7162b
Octal12513420544370603472653
Binary10101011011100100001011001001111101100001110011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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