Html Css Color HEX #555B88 Governor Bay

📋 copy color: '#555B88'

red 85 ◦ green 91 ◦ blue 136

#555B88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #555B88

Tints of Governor Bay #555B88

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 value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#555B88 (or 0x555B88) is known color: 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

RGB 85 91 136 -
CMYK 0.38 0.33 0 0.47
HSL 232.94º 0.23% 0.43% -
HSV(B) 232.94º 0.38% 0.53% -
XYZ 11.93 11.19 24.82 -
YUV 94.34 151.51 121.34 -
System Red Green Blue C M Y K H S L
Decimal 85 91 136 0.38 0.33 0 0.47 232.94 0.23 0.43
Hex 55 5B 88 26 21 0 2F E9 17 2B
Octal 125 133 210 46 41 0 57 351 27 53
Binary 1010101 1011011 10001000 100110 100001 0 101111 11101001 10111 101011

Color Harmonies of #555B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B88

Black with #555B88

Text Example


Text Example

White with #555B88

Text Example


Text Example

HTML Codes & Css Web 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>