Html Css Color HEX #555491 Governor Bay

📋 copy color: '#555491'

red 85 ◦ green 84 ◦ blue 145

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

Shades of Governor Bay #555491

Tints of Governor Bay #555491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.75%

 BLUE value IS 145 (57.03% from 255) = 46.18%

R = 27.07%
G = 26.75%
B = 46.18%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#555491 (or 0x555491) is known color: Governor Bay. HEX triplet: 55, 54 and 91. RGB value is (85,84,145). Sum of RGB (Red+Green+Blue) = 85+84+145=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #555491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555491 is #AAAB6E. Grayscale: #5B5B5B. Windows color (decimal): -11185007 or 9524309. OLE color: 9524309.

HSL color Cylindrical-coordinate representation of color #555491: hue angle of 240.98º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #555491 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 84 145 -
CMYK 0.41 0.42 0 0.43
HSL 240.98º 0.27% 0.45% -
HSV(B) 240.98º 0.42% 0.57% -
XYZ 12.03 10.32 28.15 -
YUV 91.25 158.33 123.54 -
System Red Green Blue C M Y K H S L
Decimal 85 84 145 0.41 0.42 0 0.43 240.98 0.27 0.45
Hex 55 54 91 29 2A 0 2B F1 1B 2D
Octal 125 124 221 51 52 0 53 361 33 55
Binary 1010101 1010100 10010001 101001 101010 0 101011 11110001 11011 101101

Color Harmonies of #555491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555491

Black with #555491

Text Example


Text Example

White with #555491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555491; }

 p { color: rgb(85,84,145); }

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

background-color css

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

 a { background-color: rgb(85,84,145); }

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

border-color css

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

 span { border-color: rgb(85,84,145); }

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