Html Css Color HEX #57537F Victoria

📋 copy color: '#57537F'

red 87 ◦ green 83 ◦ blue 127

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

Shades of Victoria #57537F

Tints of Victoria #57537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.76%

R = 29.29%
G = 27.95%
B = 42.76%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#57537F (or 0x57537F) is known color: Victoria. HEX triplet: 57, 53 and 7F. RGB value is (87,83,127). Sum of RGB (Red+Green+Blue) = 87+83+127=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 127 - color contains mainly: blue. Hex color #57537F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57537F is #A8AC80. Grayscale: #595959. Windows color (decimal): -11054209 or 8344407. OLE color: 8344407.

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

Color convert

RGB 87 83 127 -
CMYK 0.31 0.35 0 0.50
HSL 245.45º 0.21% 0.41% -
HSV(B) 245.45º 0.35% 0.5% -
XYZ 10.85 9.75 21.39 -
YUV 89.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 87 83 127 0.31 0.35 0 0.50 245.45 0.21 0.41
Hex 57 53 7F 1F 23 0 32 F5 15 29
Octal 127 123 177 37 43 0 62 365 25 51
Binary 1010111 1010011 1111111 11111 100011 0 110010 11110101 10101 101001

Color Harmonies of #57537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57537F

Black with #57537F

Text Example


Text Example

White with #57537F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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