#57547C

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

Shades of Victoria #57547C

Tints of Victoria #57547C

Color information

#57547C (or 0x57547C) is unknown color: approx Victoria. HEX triplet: 57, 54 and 7C. RGB value is (87,84,124). Sum of RGB (Red+Green+Blue) = 87+84+124=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #57547C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57547C is #A8AB83. Grayscale: #595959. Windows color (decimal): -11053956 or 8148055. OLE color: 8148055.

HSL color Cylindrical-coordinate representation of color #57547C: hue angle of 244.5º 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 #57547C is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8784124-
CMYK0.300.3200.51
HSL244.5º19.23%40.78%-
HSV(B)244.5º32.26%48.63%-
XYZ10.749.8220.4-
YUV89.46147.49126.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=29.49%
G=28.47%
B=42.03%

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
Decimal87841240.300.3200.51244.519.2340.78
Hex57547C1E20033f41329
Octal12712417436400633642351
Binary1010111101010011111001111010000001100111111010010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,84,124); }

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

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

 a { background-color: rgb(87,84,124); }

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

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

 span { border-color: rgb(87,84,124); }

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