#5B599C

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

Shades of Governor Bay #5B599C

Tints of Governor Bay #5B599C

Color information

#5B599C (or 0x5B599C) is unknown color: approx Governor Bay. HEX triplet: 5B, 59 and 9C. RGB value is (91,89,156). Sum of RGB (Red+Green+Blue) = 91+89+156=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 89 (35.16% from 255 or 26.49% 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 #5B599C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B599C is #A4A663. Grayscale: #606060. Windows color (decimal): -10790500 or 10246491. OLE color: 10246491.

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

Color convert

RGB9189156-
CMYK0.420.4300.39
HSL241.79º27.35%48.04%-
HSV(B)241.79º42.95%61.18%-
XYZ13.8911.7732.99-
YUV97.24161.16123.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.08%
GREEN value IS 89 (35.16% from 255) = 26.49%
BLUE value IS 156 (61.33% from 255) = 46.43%
R=27.08%
G=26.49%
B=46.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91891560.420.4300.39241.7927.3548.04
Hex5B599C2A2B027f21b30
Octal13313123452530473623360
Binary101101110110011001110010101010101101001111111001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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