Html Css Color HEX #555390 Governor Bay

📋 copy color: '#555390'

red 85 ◦ green 83 ◦ blue 144

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

Shades of Governor Bay #555390

Tints of Governor Bay #555390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

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

R = 27.24%
G = 26.6%
B = 46.15%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#555390 (or 0x555390) is known color: Governor Bay. HEX triplet: 55, 53 and 90. RGB value is (85,83,144). Sum of RGB (Red+Green+Blue) = 85+83+144=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #555390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555390 is #AAAC6F. Grayscale: #5A5A5A. Windows color (decimal): -11185264 or 9458517. OLE color: 9458517.

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

Color convert

RGB 85 83 144 -
CMYK 0.41 0.42 0 0.44
HSL 241.97º 0.27% 0.45% -
HSV(B) 241.97º 0.42% 0.56% -
XYZ 11.87 10.13 27.72 -
YUV 90.55 158.16 124.04 -
System Red Green Blue C M Y K H S L
Decimal 85 83 144 0.41 0.42 0 0.44 241.97 0.27 0.45
Hex 55 53 90 29 2A 0 2C F2 1B 2D
Octal 125 123 220 51 52 0 54 362 33 55
Binary 1010101 1010011 10010000 101001 101010 0 101100 11110010 11011 101101

Color Harmonies of #555390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555390

Black with #555390

Text Example


Text Example

White with #555390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555390; }

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

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

background-color css

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

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

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

border-color css

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

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

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