#5D579C

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

Shades of Governor Bay #5D579C

Tints of Governor Bay #5D579C

Color information

#5D579C (or 0x5D579C) is unknown color: approx Governor Bay. HEX triplet: 5D, 57 and 9C. RGB value is (93,87,156). Sum of RGB (Red+Green+Blue) = 93+87+156=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D579C is #A2A863. Grayscale: #606060. Windows color (decimal): -10659940 or 10245981. OLE color: 10245981.

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

Color convert

RGB9387156-
CMYK0.400.4400.39
HSL245.22º28.4%47.65%-
HSV(B)245.22º44.23%61.18%-
XYZ13.9211.5432.95-
YUV96.66161.49125.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.68%
GREEN value IS 87 (34.38% from 255) = 25.89%
BLUE value IS 156 (61.33% from 255) = 46.43%
R=27.68%
G=25.89%
B=46.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93871560.400.4400.39245.2228.447.65
Hex5D579C282C027f51c30
Octal13512723450540473653460
Binary101110110101111001110010100010110001001111111010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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