#5C579C

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

Shades of Governor Bay #5C579C

Tints of Governor Bay #5C579C

Color information

#5C579C (or 0x5C579C) is unknown color: approx Governor Bay. HEX triplet: 5C, 57 and 9C. RGB value is (92,87,156). Sum of RGB (Red+Green+Blue) = 92+87+156=335 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.46% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C579C is #A3A863. Grayscale: #606060. Windows color (decimal): -10725476 or 10245980. OLE color: 10245980.

HSL color Cylindrical-coordinate representation of color #5C579C: hue angle of 244.35º 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 #5C579C is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9287156-
CMYK0.410.4400.39
HSL244.35º28.4%47.65%-
HSV(B)244.35º44.23%61.18%-
XYZ13.8211.4932.94-
YUV96.36161.66124.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.46%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=27.46%
G=25.97%
B=46.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92871560.410.4400.39244.3528.447.65
Hex5C579C292C027f41c30
Octal13412723451540473643460
Binary101110010101111001110010100110110001001111111010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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