Html Css Color HEX #555889 Governor Bay

📋 copy color: '#555889'

red 85 ◦ green 88 ◦ blue 137

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

Shades of Governor Bay #555889

Tints of Governor Bay #555889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

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

R = 27.42%
G = 28.39%
B = 44.19%

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

#555889 (or 0x555889) is known color: Governor Bay. HEX triplet: 55, 58 and 89. RGB value is (85,88,137). Sum of RGB (Red+Green+Blue) = 85+88+137=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #555889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555889 is #AAA776. Grayscale: #5C5C5C. Windows color (decimal): -11183991 or 9001045. OLE color: 9001045.

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

Color convert

RGB 85 88 137 -
CMYK 0.38 0.36 0 0.46
HSL 236.54º 0.23% 0.44% -
HSV(B) 236.54º 0.38% 0.54% -
XYZ 11.75 10.72 25.12 -
YUV 92.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 85 88 137 0.38 0.36 0 0.46 236.54 0.23 0.44
Hex 55 58 89 26 24 0 2E ED 17 2C
Octal 125 130 211 46 44 0 56 355 27 54
Binary 1010101 1011000 10001001 100110 100100 0 101110 11101101 10111 101100

Color Harmonies of #555889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555889

Black with #555889

Text Example


Text Example

White with #555889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555889; }

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

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

background-color css

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

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

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

border-color css

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

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

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