Html Css Color HEX #555688 Governor Bay

📋 copy color: '#555688'

red 85 ◦ green 86 ◦ blue 136

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

Shades of Governor Bay #555688

Tints of Governor Bay #555688

RGB

 RED value IS 85 (33.59% from 255) = 27.69%

 GREEN value IS 86 (33.98% from 255) = 28.01%

 BLUE value IS 136 (53.52% from 255) = 44.3%

R = 27.69%
G = 28.01%
B = 44.3%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#555688 (or 0x555688) is known color: Governor Bay. HEX triplet: 55, 56 and 88. RGB value is (85,86,136). Sum of RGB (Red+Green+Blue) = 85+86+136=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #555688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555688 is #AAA977. Grayscale: #5B5B5B. Windows color (decimal): -11184504 or 8934997. OLE color: 8934997.

HSL color Cylindrical-coordinate representation of color #555688: hue angle of 238.82º 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 #555688 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 86 136 -
CMYK 0.38 0.37 0 0.47
HSL 238.82º 0.23% 0.43% -
HSV(B) 238.82º 0.38% 0.53% -
XYZ 11.52 10.36 24.69 -
YUV 91.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 85 86 136 0.38 0.37 0 0.47 238.82 0.23 0.43
Hex 55 56 88 26 25 0 2F EF 17 2B
Octal 125 126 210 46 45 0 57 357 27 53
Binary 1010101 1010110 10001000 100110 100101 0 101111 11101111 10111 101011

Color Harmonies of #555688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555688

Black with #555688

Text Example


Text Example

White with #555688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555688; }

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

 H1.HeaderClassName
 {
   color: #555688;
 }
 .AnyTagClassName
 {
   color: #555688;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #555688;
 }
 .BgClassName
 {
   background-color: #555688;
 }
</style>

border-color css

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

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

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