#5D5899

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

Shades of Governor Bay #5D5899

Tints of Governor Bay #5D5899

Color information

#5D5899 (or 0x5D5899) is unknown color: approx Governor Bay. HEX triplet: 5D, 58 and 99. RGB value is (93,88,153). Sum of RGB (Red+Green+Blue) = 93+88+153=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #5D5899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5899 is #A2A766. Grayscale: #606060. Windows color (decimal): -10659687 or 10049629. OLE color: 10049629.

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

Color convert

RGB9388153-
CMYK0.390.4200.4
HSL244.62º26.97%47.25%-
HSV(B)244.62º42.48%60%-
XYZ13.7511.6131.65-
YUV96.9159.66125.21-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.84%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=27.84%
G=26.35%
B=45.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal93881530.390.4200.4244.6226.9747.25
Hex5D5899272A028f51b2f
Octal13513023147520503653357
Binary101110110110001001100110011110101001010001111010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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