#555B88

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

Shades of Governor Bay #555B88

Tints of Governor Bay #555B88

Color information

#555B88 (or 0x555B88) is unknown color: approx Governor Bay. HEX triplet: 55, 5B and 88. RGB value is (85,91,136). Sum of RGB (Red+Green+Blue) = 85+91+136=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #555B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555B88 is #AAA477. Grayscale: #5E5E5E. Windows color (decimal): -11183224 or 8936277. OLE color: 8936277.

HSL color Cylindrical-coordinate representation of color #555B88: hue angle of 232.94º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #555B88 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8591136-
CMYK0.380.3300.47
HSL232.94º23.08%43.33%-
HSV(B)232.94º37.5%53.33%-
XYZ11.9311.1924.82-
YUV94.34151.51121.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 136 (53.52% from 255) = 43.59%
R=27.24%
G=29.17%
B=43.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85911360.380.3300.47232.9423.0843.33
Hex555B88262102Fe9172b
Octal12513321046410573512753
Binary101010110110111000100010011010000101011111110100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,91,136); }

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

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

 a { background-color: rgb(85,91,136); }

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

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

 span { border-color: rgb(85,91,136); }

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