Html Css Color HEX #57497D Victoria

📋 copy color: '#57497D'

red 87 ◦ green 73 ◦ blue 125

#57497D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Victoria #57497D

Tints of Victoria #57497D

RGB

 RED value IS 87 (34.38% from 255) = 30.53%

 GREEN value IS 73 (28.91% from 255) = 25.61%

 BLUE value IS 125 (49.22% from 255) = 43.86%

R = 30.53%
G = 25.61%
B = 43.86%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57497D (or 0x57497D) is known color: Victoria. HEX triplet: 57, 49 and 7D. RGB value is (87,73,125). Sum of RGB (Red+Green+Blue) = 87+73+125=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #57497D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57497D is #A8B682. Grayscale: #525252. Windows color (decimal): -11056771 or 8210775. OLE color: 8210775.

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

Color convert

RGB 87 73 125 -
CMYK 0.30 0.42 0 0.51
HSL 256.15º 0.26% 0.39% -
HSV(B) 256.15º 0.42% 0.49% -
XYZ 10.01 8.27 20.47 -
YUV 83.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 87 73 125 0.30 0.42 0 0.51 256.15 0.26 0.39
Hex 57 49 7D 1E 2A 0 33 100 1A 27
Octal 127 111 175 36 52 0 63 400 32 47
Binary 1010111 1001001 1111101 11110 101010 0 110011 100000000 11010 100111

Color Harmonies of #57497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57497D

Black with #57497D

Text Example


Text Example

White with #57497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57497D;
 }
 .AnyTagClassName
 {
   color: #57497D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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