#5B579C

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

Shades of Governor Bay #5B579C

Tints of Governor Bay #5B579C

Color information

#5B579C (or 0x5B579C) is unknown color: approx Governor Bay. HEX triplet: 5B, 57 and 9C. RGB value is (91,87,156). Sum of RGB (Red+Green+Blue) = 91+87+156=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B579C is #A4A863. Grayscale: #5F5F5F. Windows color (decimal): -10791012 or 10245979. OLE color: 10245979.

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

Color convert

RGB9187156-
CMYK0.420.4400.39
HSL243.48º28.4%47.65%-
HSV(B)243.48º44.23%61.18%-
XYZ13.7211.4432.94-
YUV96.06161.83124.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.25%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 156 (61.33% from 255) = 46.71%
R=27.25%
G=26.05%
B=46.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91871560.420.4400.39243.4828.447.65
Hex5B579C2A2C027f31c30
Octal13312723452540473633460
Binary101101110101111001110010101010110001001111111001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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