#5D5699

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

Shades of Governor Bay #5D5699

Tints of Governor Bay #5D5699

Color information

#5D5699 (or 0x5D5699) is unknown color: approx Governor Bay. HEX triplet: 5D, 56 and 99. RGB value is (93,86,153). Sum of RGB (Red+Green+Blue) = 93+86+153=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #5D5699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5699 is #A2A966. Grayscale: #5F5F5F. Windows color (decimal): -10660199 or 10049117. OLE color: 10049117.

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

Color convert

RGB9386153-
CMYK0.390.4400.4
HSL246.27º28.03%46.86%-
HSV(B)246.27º43.79%60%-
XYZ13.5911.2831.6-
YUV95.73160.32126.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.01%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 153 (60.16% from 255) = 46.08%
R=28.01%
G=25.90%
B=46.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal93861530.390.4400.4246.2728.0346.86
Hex5D5699272C028f61c2f
Octal13512623147540503663457
Binary101110110101101001100110011110110001010001111011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,86,153); }

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

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

 a { background-color: rgb(93,86,153); }

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

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

 span { border-color: rgb(93,86,153); }

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