Html Css Color HEX #555990 Governor Bay

📋 copy color: '#555990'

red 85 ◦ green 89 ◦ blue 144

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

Shades of Governor Bay #555990

Tints of Governor Bay #555990

RGB

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

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

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

R = 26.73%
G = 27.99%
B = 45.28%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#555990 (or 0x555990) is known color: Governor Bay. HEX triplet: 55, 59 and 90. RGB value is (85,89,144). Sum of RGB (Red+Green+Blue) = 85+89+144=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #555990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555990 is #AAA66F. Grayscale: #5D5D5D. Windows color (decimal): -11183728 or 9460053. OLE color: 9460053.

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

Color convert

RGB 85 89 144 -
CMYK 0.41 0.38 0 0.44
HSL 235.93º 0.26% 0.45% -
HSV(B) 235.93º 0.41% 0.56% -
XYZ 12.35 11.09 27.88 -
YUV 94.07 156.17 121.53 -
System Red Green Blue C M Y K H S L
Decimal 85 89 144 0.41 0.38 0 0.44 235.93 0.26 0.45
Hex 55 59 90 29 26 0 2C EC 1A 2D
Octal 125 131 220 51 46 0 54 354 32 55
Binary 1010101 1011001 10010000 101001 100110 0 101100 11101100 11010 101101

Color Harmonies of #555990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555990

Black with #555990

Text Example


Text Example

White with #555990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555990; }

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

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

background-color css

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

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

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

border-color css

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

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

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