#5D549B

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

Shades of Governor Bay #5D549B

Tints of Governor Bay #5D549B

Color information

#5D549B (or 0x5D549B) is unknown color: approx Governor Bay. HEX triplet: 5D, 54 and 9B. RGB value is (93,84,155). Sum of RGB (Red+Green+Blue) = 93+84+155=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D549B is #A2AB64. Grayscale: #5E5E5E. Windows color (decimal): -10660709 or 10179677. OLE color: 10179677.

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

Color convert

RGB9384155-
CMYK0.40.4600.39
HSL247.61º29.71%46.86%-
HSV(B)247.61º45.81%60.78%-
XYZ13.611.0332.42-
YUV94.78161.98126.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.01%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=28.01%
G=25.30%
B=46.69%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93841550.40.4600.39247.6129.7146.86
Hex5D549B282E027f81e2f
Octal13512423350560473703657
Binary101110110101001001101110100010111001001111111100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,84,155); }

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

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

 a { background-color: rgb(93,84,155); }

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

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

 span { border-color: rgb(93,84,155); }

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