#5D539C

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

Shades of Governor Bay #5D539C

Tints of Governor Bay #5D539C

Color information

#5D539C (or 0x5D539C) is unknown color: approx Governor Bay. HEX triplet: 5D, 53 and 9C. RGB value is (93,83,156). Sum of RGB (Red+Green+Blue) = 93+83+156=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D539C is #A2AC63. Grayscale: #5E5E5E. Windows color (decimal): -10660964 or 10244957. OLE color: 10244957.

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

Color convert

RGB9383156-
CMYK0.400.4700.39
HSL248.22º30.54%46.86%-
HSV(B)248.22º46.79%61.18%-
XYZ13.6110.9132.84-
YUV94.31162.81127.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.01%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 156 (61.33% from 255) = 46.99%
R=28.01%
G=25%
B=46.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93831560.400.4700.39248.2230.5446.86
Hex5D539C282F027f81f2f
Octal13512323450570473703757
Binary101110110100111001110010100010111101001111111100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,83,156); }

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

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

 a { background-color: rgb(93,83,156); }

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

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

 span { border-color: rgb(93,83,156); }

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