Html Css Color HEX #555492 Governor Bay

📋 copy color: '#555492'

red 85 ◦ green 84 ◦ blue 146

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

Shades of Governor Bay #555492

Tints of Governor Bay #555492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.35%

R = 26.98%
G = 26.67%
B = 46.35%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#555492 (or 0x555492) is known color: Governor Bay. HEX triplet: 55, 54 and 92. RGB value is (85,84,146). Sum of RGB (Red+Green+Blue) = 85+84+146=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #555492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555492 is #AAAB6D. Grayscale: #5B5B5B. Windows color (decimal): -11185006 or 9589845. OLE color: 9589845.

HSL color Cylindrical-coordinate representation of color #555492: hue angle of 240.97º 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 #555492 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 84 146 -
CMYK 0.42 0.42 0 0.43
HSL 240.97º 0.27% 0.45% -
HSV(B) 240.97º 0.42% 0.57% -
XYZ 12.1 10.35 28.55 -
YUV 91.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 85 84 146 0.42 0.42 0 0.43 240.97 0.27 0.45
Hex 55 54 92 2A 2A 0 2B F1 1B 2D
Octal 125 124 222 52 52 0 53 361 33 55
Binary 1010101 1010100 10010010 101010 101010 0 101011 11110001 11011 101101

Color Harmonies of #555492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555492

Black with #555492

Text Example


Text Example

White with #555492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555492; }

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

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

background-color css

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

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

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

border-color css

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

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

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