#5D589C

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

Shades of Governor Bay #5D589C

Tints of Governor Bay #5D589C

Color information

#5D589C (or 0x5D589C) is unknown color: approx Governor Bay. HEX triplet: 5D, 58 and 9C. RGB value is (93,88,156). Sum of RGB (Red+Green+Blue) = 93+88+156=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D589C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D589C is #A2A763. Grayscale: #606060. Windows color (decimal): -10659684 or 10246237. OLE color: 10246237.

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

Color convert

RGB9388156-
CMYK0.400.4400.39
HSL244.41º27.87%47.84%-
HSV(B)244.41º43.59%61.18%-
XYZ1411.7132.97-
YUV97.25161.16124.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.60%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 156 (61.33% from 255) = 46.29%
R=27.60%
G=26.11%
B=46.29%

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
Decimal93881560.400.4400.39244.4127.8747.84
Hex5D589C282C027f41c30
Octal13513023450540473643460
Binary101110110110001001110010100010110001001111111010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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