#585075

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

Shades of Victoria #585075

Tints of Victoria #585075

Color information

#585075 (or 0x585075) is unknown color: approx Victoria. HEX triplet: 58, 50 and 75. RGB value is (88,80,117). Sum of RGB (Red+Green+Blue) = 88+80+117=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #585075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585075 is #A7AF8A. Grayscale: #565656. Windows color (decimal): -10989451 or 7688280. OLE color: 7688280.

HSL color Cylindrical-coordinate representation of color #585075: hue angle of 252.97º 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 #585075 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8880117-
CMYK0.250.3200.54
HSL252.97º18.78%38.63%-
HSV(B)252.97º31.62%45.88%-
XYZ10.19.118.05-
YUV86.61145.15128.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.88%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=30.88%
G=28.07%
B=41.05%

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
Decimal88801170.250.3200.54252.9718.7838.63
Hex5850751920036fd1327
Octal13012016531400663752347
Binary1011000101000011101011100110000001101101111110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585075; }

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

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

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

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

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

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

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

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