Html Css Color HEX #555687 Governor Bay

📋 copy color: '#555687'

red 85 ◦ green 86 ◦ blue 135

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

Shades of Governor Bay #555687

Tints of Governor Bay #555687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.12%

R = 27.78%
G = 28.1%
B = 44.12%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#555687 (or 0x555687) is known color: Governor Bay. HEX triplet: 55, 56 and 87. RGB value is (85,86,135). Sum of RGB (Red+Green+Blue) = 85+86+135=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 135 - color contains mainly: blue. Hex color #555687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555687 is #AAA978. Grayscale: #5B5B5B. Windows color (decimal): -11184505 or 8869461. OLE color: 8869461.

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

Color convert

RGB 85 86 135 -
CMYK 0.37 0.36 0 0.47
HSL 238.8º 0.23% 0.43% -
HSV(B) 238.8º 0.37% 0.53% -
XYZ 11.45 10.34 24.31 -
YUV 91.29 152.67 123.52 -
System Red Green Blue C M Y K H S L
Decimal 85 86 135 0.37 0.36 0 0.47 238.8 0.23 0.43
Hex 55 56 87 25 24 0 2F EF 17 2B
Octal 125 126 207 45 44 0 57 357 27 53
Binary 1010101 1010110 10000111 100101 100100 0 101111 11101111 10111 101011

Color Harmonies of #555687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555687

Black with #555687

Text Example


Text Example

White with #555687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555687; }

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

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

background-color css

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

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

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

border-color css

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

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

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