#585176

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

Shades of Victoria #585176

Tints of Victoria #585176

Color information

#585176 (or 0x585176) is unknown color: approx Victoria. HEX triplet: 58, 51 and 76. RGB value is (88,81,118). Sum of RGB (Red+Green+Blue) = 88+81+118=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #585176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585176 is #A7AE89. Grayscale: #575757. Windows color (decimal): -10989194 or 7754072. OLE color: 7754072.

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

Color convert

RGB8881118-
CMYK0.250.3100.54
HSL251.35º18.59%39.02%-
HSV(B)251.35º31.36%46.27%-
XYZ10.249.2718.39-
YUV87.31145.32128.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.66%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=30.66%
G=28.22%
B=41.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88811180.250.3100.54251.3518.5939.02
Hex585176191F036fb1327
Octal13012116631370663732347
Binary101100010100011110110110011111101101101111101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585176; }

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

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

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

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

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

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

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

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