#57538C

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

Shades of Victoria #57538C

Tints of Victoria #57538C

Color information

#57538C (or 0x57538C) is unknown color: approx Victoria. HEX triplet: 57, 53 and 8C. RGB value is (87,83,140). Sum of RGB (Red+Green+Blue) = 87+83+140=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #57538C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57538C is #A8AC73. Grayscale: #5A5A5A. Windows color (decimal): -11054196 or 9196375. OLE color: 9196375.

HSL color Cylindrical-coordinate representation of color #57538C: hue angle of 244.21º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57538C is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8783140-
CMYK0.380.4100.45
HSL244.21º25.56%43.73%-
HSV(B)244.21º40.71%54.9%-
XYZ11.7610.1126.14-
YUV90.69155.83125.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.06%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 140 (55.08% from 255) = 45.16%
R=28.06%
G=26.77%
B=45.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87831400.380.4100.45244.2125.5643.73
Hex57538C262902Df41a2c
Octal12712321446510553643254
Binary101011110100111000110010011010100101011011111010011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57538C; }

 p { color: rgb(87,83,140); }

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

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

 a { background-color: rgb(87,83,140); }

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

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

 span { border-color: rgb(87,83,140); }

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