#5B5492

Color #5B5492 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #5B5492

Tints of Governor Bay #5B5492

Color information

#5B5492 (or 0x5B5492) is unknown color: approx Governor Bay. HEX triplet: 5B, 54 and 92. RGB value is (91,84,146). Sum of RGB (Red+Green+Blue) = 91+84+146=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B5492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5492 is #A4AB6D. Grayscale: #5C5C5C. Windows color (decimal): -10791790 or 9589851. OLE color: 9589851.

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

Color convert

RGB9184146-
CMYK0.380.4200.43
HSL246.77º26.96%45.1%-
HSV(B)246.77º42.47%57.25%-
XYZ12.6710.6428.58-
YUV93.16157.82126.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.35%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=28.35%
G=26.17%
B=45.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91841460.380.4200.43246.7726.9645.1
Hex5B5492262A02Bf71b2d
Octal13312422246520533673355
Binary101101110101001001001010011010101001010111111011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B5492; }

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

 H1.HeaderClassName
 {
   color: #5B5492;
 }
 .AnyTagClassName
 {
   color: #5B5492;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #5B5492;
 }
 .BgClassName
 {
   background-color: #5B5492;
 }
</style>
border-color css

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

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

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