#5D529A

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

Shades of Governor Bay #5D529A

Tints of Governor Bay #5D529A

Color information

#5D529A (or 0x5D529A) is unknown color: approx Governor Bay. HEX triplet: 5D, 52 and 9A. RGB value is (93,82,154). Sum of RGB (Red+Green+Blue) = 93+82+154=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D529A is #A2AD65. Grayscale: #5D5D5D. Windows color (decimal): -10661222 or 10113629. OLE color: 10113629.

HSL color Cylindrical-coordinate representation of color #5D529A: hue angle of 249.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D529A is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9382154-
CMYK0.400.4700.40
HSL249.17º30.51%46.27%-
HSV(B)249.17º46.75%60.39%-
XYZ13.3610.6931.93-
YUV93.5162.14127.65-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.27%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 154 (60.55% from 255) = 46.81%
R=28.27%
G=24.92%
B=46.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal93821540.400.4700.40249.1730.5146.27
Hex5D529A282F028f91f2e
Octal13512223250570503713756
Binary101110110100101001101010100010111101010001111100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,82,154); }

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

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

 a { background-color: rgb(93,82,154); }

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

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

 span { border-color: rgb(93,82,154); }

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