#57557F

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

Shades of Victoria #57557F

Tints of Victoria #57557F

Color information

#57557F (or 0x57557F) is unknown color: approx Victoria. HEX triplet: 57, 55 and 7F. RGB value is (87,85,127). Sum of RGB (Red+Green+Blue) = 87+85+127=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #57557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57557F is #A8AA80. Grayscale: #5A5A5A. Windows color (decimal): -11053697 or 8344919. OLE color: 8344919.

HSL color Cylindrical-coordinate representation of color #57557F: hue angle of 242.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57557F is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8785127-
CMYK0.310.3300.50
HSL242.86º19.81%41.57%-
HSV(B)242.86º33.07%49.8%-
XYZ11.0110.0621.44-
YUV90.39148.66125.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.10%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 127 (50% from 255) = 42.47%
R=29.10%
G=28.43%
B=42.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87851270.310.3300.50242.8619.8141.57
Hex57557F1F21032f3142a
Octal12712517737410623632452
Binary1010111101010111111111111110000101100101111001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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