#5B539D

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

Shades of Governor Bay #5B539D

Tints of Governor Bay #5B539D

Color information

#5B539D (or 0x5B539D) is unknown color: approx Governor Bay. HEX triplet: 5B, 53 and 9D. RGB value is (91,83,157). Sum of RGB (Red+Green+Blue) = 91+83+157=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B539D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B539D is #A4AC62. Grayscale: #5D5D5D. Windows color (decimal): -10792035 or 10310491. OLE color: 10310491.

HSL color Cylindrical-coordinate representation of color #5B539D: hue angle of 246.49º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B539D is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9183157-
CMYK0.420.4700.38
HSL246.49º30.83%47.06%-
HSV(B)246.49º47.13%61.57%-
XYZ13.4910.8433.28-
YUV93.83163.65125.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.49%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 157 (61.72% from 255) = 47.43%
R=27.49%
G=25.08%
B=47.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91831570.420.4700.38246.4930.8347.06
Hex5B539D2A2F026f61f2f
Octal13312323552570463663757
Binary101101110100111001110110101010111101001101111011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B539D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,83,157); }

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

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

 a { background-color: rgb(91,83,157); }

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

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

 span { border-color: rgb(91,83,157); }

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