Html Css Color HEX #555986 Governor Bay

📋 copy color: '#555986'

red 85 ◦ green 89 ◦ blue 134

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

Shades of Governor Bay #555986

Tints of Governor Bay #555986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.9%

 BLUE value IS 134 (52.73% from 255) = 43.51%

R = 27.6%
G = 28.9%
B = 43.51%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#555986 (or 0x555986) is known color: Governor Bay. HEX triplet: 55, 59 and 86. RGB value is (85,89,134). Sum of RGB (Red+Green+Blue) = 85+89+134=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #555986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555986 is #AAA679. Grayscale: #5C5C5C. Windows color (decimal): -11183738 or 8804693. OLE color: 8804693.

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

Color convert

RGB 85 89 134 -
CMYK 0.37 0.34 0 0.47
HSL 235.1º 0.22% 0.43% -
HSV(B) 235.1º 0.37% 0.53% -
XYZ 11.62 10.8 24.03 -
YUV 92.93 151.17 122.34 -
System Red Green Blue C M Y K H S L
Decimal 85 89 134 0.37 0.34 0 0.47 235.1 0.22 0.43
Hex 55 59 86 25 22 0 2F EB 16 2B
Octal 125 131 206 45 42 0 57 353 26 53
Binary 1010101 1011001 10000110 100101 100010 0 101111 11101011 10110 101011

Color Harmonies of #555986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555986

Black with #555986

Text Example


Text Example

White with #555986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555986; }

 p { color: rgb(85,89,134); }

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

background-color css

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

 a { background-color: rgb(85,89,134); }

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

border-color css

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

 span { border-color: rgb(85,89,134); }

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