#57557D

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

Shades of Victoria #57557D

Tints of Victoria #57557D

Color information

#57557D (or 0x57557D) is unknown color: approx Victoria. HEX triplet: 57, 55 and 7D. RGB value is (87,85,125). Sum of RGB (Red+Green+Blue) = 87+85+125=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 125 - color contains mainly: blue. Hex color #57557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57557D is #A8AA82. Grayscale: #5A5A5A. Windows color (decimal): -11053699 or 8213847. OLE color: 8213847.

HSL color Cylindrical-coordinate representation of color #57557D: hue angle of 243º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57557D is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8785125-
CMYK0.300.3200.51
HSL243º19.05%41.18%-
HSV(B)243º32%49.02%-
XYZ10.881020.76-
YUV90.16147.66125.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.29%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 125 (49.22% from 255) = 42.09%
R=29.29%
G=28.62%
B=42.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87851250.300.3200.5124319.0541.18
Hex57557D1E20033f31329
Octal12712517536400633632351
Binary1010111101010111111011111010000001100111111001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57557D; }

 p { color: rgb(87,85,125); }

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

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

 a { background-color: rgb(87,85,125); }

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

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

 span { border-color: rgb(87,85,125); }

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