#5D5288

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

Shades of Victoria #5D5288

Tints of Victoria #5D5288

Color information

#5D5288 (or 0x5D5288) is unknown color: approx Victoria. HEX triplet: 5D, 52 and 88. RGB value is (93,82,136). Sum of RGB (Red+Green+Blue) = 93+82+136=311 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.90% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #5D5288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5288 is #A2AD77. Grayscale: #5B5B5B. Windows color (decimal): -10661240 or 8933981. OLE color: 8933981.

HSL color Cylindrical-coordinate representation of color #5D5288: hue angle of 252.22º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D5288 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9382136-
CMYK0.320.4000.47
HSL252.22º24.77%42.75%-
HSV(B)252.22º39.71%53.33%-
XYZ11.9810.1424.62-
YUV91.44153.14129.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.90%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 136 (53.52% from 255) = 43.73%
R=29.90%
G=26.37%
B=43.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93821360.320.4000.47252.2224.7742.75
Hex5D5288202802Ffc192b
Octal13512221040500573743153
Binary101110110100101000100010000010100001011111111110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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