Html Css Color HEX #555190 Governor Bay

📋 copy color: '#555190'

red 85 ◦ green 81 ◦ blue 144

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

Shades of Governor Bay #555190

Tints of Governor Bay #555190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.13%

 BLUE value IS 144 (56.64% from 255) = 46.45%

R = 27.42%
G = 26.13%
B = 46.45%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#555190 (or 0x555190) is known color: Governor Bay. HEX triplet: 55, 51 and 90. RGB value is (85,81,144). Sum of RGB (Red+Green+Blue) = 85+81+144=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #555190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555190 is #AAAE6F. Grayscale: #595959. Windows color (decimal): -11185776 or 9458005. OLE color: 9458005.

HSL color Cylindrical-coordinate representation of color #555190: hue angle of 243.81º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #555190 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 81 144 -
CMYK 0.41 0.44 0 0.44
HSL 243.81º 0.28% 0.44% -
HSV(B) 243.81º 0.44% 0.56% -
XYZ 11.72 9.83 27.67 -
YUV 89.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 85 81 144 0.41 0.44 0 0.44 243.81 0.28 0.44
Hex 55 51 90 29 2C 0 2C F4 1C 2C
Octal 125 121 220 51 54 0 54 364 34 54
Binary 1010101 1010001 10010000 101001 101100 0 101100 11110100 11100 101100

Color Harmonies of #555190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555190

Black with #555190

Text Example


Text Example

White with #555190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555190; }

 p { color: rgb(85,81,144); }

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

background-color css

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

 a { background-color: rgb(85,81,144); }

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

border-color css

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

 span { border-color: rgb(85,81,144); }

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