Html Css Color HEX #555092 Governor Bay

📋 copy color: '#555092'

red 85 ◦ green 80 ◦ blue 146

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

Shades of Governor Bay #555092

Tints of Governor Bay #555092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

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

R = 27.33%
G = 25.72%
B = 46.95%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#555092 (or 0x555092) is known color: Governor Bay. HEX triplet: 55, 50 and 92. RGB value is (85,80,146). Sum of RGB (Red+Green+Blue) = 85+80+146=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #555092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555092 is #AAAF6D. Grayscale: #585858. Windows color (decimal): -11186030 or 9588821. OLE color: 9588821.

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

Color convert

RGB 85 80 146 -
CMYK 0.42 0.45 0 0.43
HSL 244.55º 0.29% 0.44% -
HSV(B) 244.55º 0.45% 0.57% -
XYZ 11.8 9.74 28.45 -
YUV 89.02 160.16 125.13 -
System Red Green Blue C M Y K H S L
Decimal 85 80 146 0.42 0.45 0 0.43 244.55 0.29 0.44
Hex 55 50 92 2A 2D 0 2B F5 1D 2C
Octal 125 120 222 52 55 0 53 365 35 54
Binary 1010101 1010000 10010010 101010 101101 0 101011 11110101 11101 101100

Color Harmonies of #555092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555092

Black with #555092

Text Example


Text Example

White with #555092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555092; }

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

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

background-color css

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

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

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

border-color css

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

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

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