#5B5792

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

Shades of Governor Bay #5B5792

Tints of Governor Bay #5B5792

Color information

#5B5792 (or 0x5B5792) is unknown color: approx Governor Bay. HEX triplet: 5B, 57 and 92. RGB value is (91,87,146). Sum of RGB (Red+Green+Blue) = 91+87+146=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B5792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5792 is #A4A86D. Grayscale: #5E5E5E. Windows color (decimal): -10791022 or 9590619. OLE color: 9590619.

HSL color Cylindrical-coordinate representation of color #5B5792: hue angle of 244.07º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B5792 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9187146-
CMYK0.380.4000.43
HSL244.07º25.32%45.69%-
HSV(B)244.07º40.41%57.25%-
XYZ12.9111.1228.66-
YUV94.92156.83125.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.09%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 146 (57.42% from 255) = 45.06%
R=28.09%
G=26.85%
B=45.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91871460.380.4000.43244.0725.3245.69
Hex5B5792262802Bf4192e
Octal13312722246500533643156
Binary101101110101111001001010011010100001010111111010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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