#575085

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

Shades of Victoria #575085

Tints of Victoria #575085

Color information

#575085 (or 0x575085) is unknown color: approx Victoria. HEX triplet: 57, 50 and 85. RGB value is (87,80,133). Sum of RGB (Red+Green+Blue) = 87+80+133=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #575085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575085 is #A8AF7A. Grayscale: #575757. Windows color (decimal): -11054971 or 8736855. OLE color: 8736855.

HSL color Cylindrical-coordinate representation of color #575085: hue angle of 247.92º 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 #575085 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8780133-
CMYK0.350.4000.48
HSL247.92º24.88%41.76%-
HSV(B)247.92º39.85%52.16%-
XYZ11.039.4623.43-
YUV88.14153.32127.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29%
GREEN value IS 80 (31.64% from 255) = 26.67%
BLUE value IS 133 (52.34% from 255) = 44.33%
R=29%
G=26.67%
B=44.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87801330.350.4000.48247.9224.8841.76
Hex5750852328030f8192a
Octal12712020543500603703152
Binary101011110100001000010110001110100001100001111100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575085; }

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

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

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

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

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

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

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

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