#585076

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

Shades of Victoria #585076

Tints of Victoria #585076

Color information

#585076 (or 0x585076) is unknown color: approx Victoria. HEX triplet: 58, 50 and 76. RGB value is (88,80,118). Sum of RGB (Red+Green+Blue) = 88+80+118=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #585076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585076 is #A7AF89. Grayscale: #565656. Windows color (decimal): -10989450 or 7753816. OLE color: 7753816.

HSL color Cylindrical-coordinate representation of color #585076: hue angle of 252.63º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #585076 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8880118-
CMYK0.250.3200.54
HSL252.63º19.19%38.82%-
HSV(B)252.63º32.2%46.27%-
XYZ10.169.1218.36-
YUV86.72145.65128.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.77%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 118 (46.48% from 255) = 41.26%
R=30.77%
G=27.97%
B=41.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88801180.250.3200.54252.6319.1938.82
Hex5850761920036fd1327
Octal13012016631400663752347
Binary1011000101000011101101100110000001101101111110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585076; }

 p { color: rgb(88,80,118); }

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

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

 a { background-color: rgb(88,80,118); }

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

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

 span { border-color: rgb(88,80,118); }

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