Html Css Color HEX #555689 Governor Bay

📋 copy color: '#555689'

red 85 ◦ green 86 ◦ blue 137

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

Shades of Governor Bay #555689

Tints of Governor Bay #555689

RGB

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

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

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

R = 27.6%
G = 27.92%
B = 44.48%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#555689 (or 0x555689) is known color: Governor Bay. HEX triplet: 55, 56 and 89. RGB value is (85,86,137). Sum of RGB (Red+Green+Blue) = 85+86+137=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #555689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555689 is #AAA976. Grayscale: #5B5B5B. Windows color (decimal): -11184503 or 9000533. OLE color: 9000533.

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

Color convert

RGB 85 86 137 -
CMYK 0.38 0.37 0 0.46
HSL 238.85º 0.23% 0.44% -
HSV(B) 238.85º 0.38% 0.54% -
XYZ 11.59 10.39 25.06 -
YUV 91.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 85 86 137 0.38 0.37 0 0.46 238.85 0.23 0.44
Hex 55 56 89 26 25 0 2E EF 17 2C
Octal 125 126 211 46 45 0 56 357 27 54
Binary 1010101 1010110 10001001 100110 100101 0 101110 11101111 10111 101100

Color Harmonies of #555689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555689

Black with #555689

Text Example


Text Example

White with #555689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555689; }

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

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

background-color css

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

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

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

border-color css

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

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

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