#585085

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

Shades of Victoria #585085

Tints of Victoria #585085

Color information

#585085 (or 0x585085) is unknown color: approx Victoria. HEX triplet: 58, 50 and 85. RGB value is (88,80,133). Sum of RGB (Red+Green+Blue) = 88+80+133=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #585085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585085 is #A7AF7A. Grayscale: #585858. Windows color (decimal): -10989435 or 8736856. OLE color: 8736856.

HSL color Cylindrical-coordinate representation of color #585085: hue angle of 249.06º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #585085 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8880133-
CMYK0.340.4000.48
HSL249.06º24.88%41.76%-
HSV(B)249.06º39.85%52.16%-
XYZ11.139.5123.44-
YUV88.43153.15127.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.24%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 133 (52.34% from 255) = 44.19%
R=29.24%
G=26.58%
B=44.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88801330.340.4000.48249.0624.8841.76
Hex5850852228030f9192a
Octal13012020542500603713152
Binary101100010100001000010110001010100001100001111100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585085; }

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

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

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

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

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

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

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

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