Html Css Color HEX #57537E Victoria

📋 copy color: '#57537E'

red 87 ◦ green 83 ◦ blue 126

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

Shades of Victoria #57537E

Tints of Victoria #57537E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.04%

 BLUE value IS 126 (49.61% from 255) = 42.57%

R = 29.39%
G = 28.04%
B = 42.57%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57537E (or 0x57537E) is known color: Victoria. HEX triplet: 57, 53 and 7E. RGB value is (87,83,126). Sum of RGB (Red+Green+Blue) = 87+83+126=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 126 - color contains mainly: blue. Hex color #57537E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57537E is #A8AC81. Grayscale: #585858. Windows color (decimal): -11054210 or 8278871. OLE color: 8278871.

HSL color Cylindrical-coordinate representation of color #57537E: hue angle of 245.58º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57537E is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 83 126 -
CMYK 0.31 0.34 0 0.51
HSL 245.58º 0.21% 0.41% -
HSV(B) 245.58º 0.34% 0.49% -
XYZ 10.79 9.72 21.05 -
YUV 89.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 87 83 126 0.31 0.34 0 0.51 245.58 0.21 0.41
Hex 57 53 7E 1F 22 0 33 F6 15 29
Octal 127 123 176 37 42 0 63 366 25 51
Binary 1010111 1010011 1111110 11111 100010 0 110011 11110110 10101 101001

Color Harmonies of #57537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57537E

Black with #57537E

Text Example


Text Example

White with #57537E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57537E; }

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

 H1.HeaderClassName
 {
   color: #57537E;
 }
 .AnyTagClassName
 {
   color: #57537E;
 }
</style>

background-color css

<style>
 a { background-color: #57537E; }

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

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

border-color css

<style>
 span { border-color: #57537E; }

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

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