Html Css Color HEX #555789 Governor Bay

📋 copy color: '#555789'

red 85 ◦ green 87 ◦ blue 137

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

Shades of Governor Bay #555789

Tints of Governor Bay #555789

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.16%

 BLUE value IS 137 (53.91% from 255) = 44.34%

R = 27.51%
G = 28.16%
B = 44.34%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#555789 (or 0x555789) is known color: Governor Bay. HEX triplet: 55, 57 and 89. RGB value is (85,87,137). Sum of RGB (Red+Green+Blue) = 85+87+137=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #555789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555789 is #AAA876. Grayscale: #5B5B5B. Windows color (decimal): -11184247 or 9000789. OLE color: 9000789.

HSL color Cylindrical-coordinate representation of color #555789: hue angle of 237.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #555789 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 87 137 -
CMYK 0.38 0.36 0 0.46
HSL 237.69º 0.23% 0.44% -
HSV(B) 237.69º 0.38% 0.54% -
XYZ 11.67 10.55 25.09 -
YUV 92.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 85 87 137 0.38 0.36 0 0.46 237.69 0.23 0.44
Hex 55 57 89 26 24 0 2E EE 17 2C
Octal 125 127 211 46 44 0 56 356 27 54
Binary 1010101 1010111 10001001 100110 100100 0 101110 11101110 10111 101100

Color Harmonies of #555789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555789

Black with #555789

Text Example


Text Example

White with #555789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555789; }

 p { color: rgb(85,87,137); }

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

background-color css

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

 a { background-color: rgb(85,87,137); }

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

border-color css

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

 span { border-color: rgb(85,87,137); }

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