Html Css Color HEX #574977 Victoria

📋 copy color: '#574977'

red 87 ◦ green 73 ◦ blue 119

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

Shades of Victoria #574977

Tints of Victoria #574977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.65%

R = 31.18%
G = 26.16%
B = 42.65%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#574977 (or 0x574977) is known color: Victoria. HEX triplet: 57, 49 and 77. RGB value is (87,73,119). Sum of RGB (Red+Green+Blue) = 87+73+119=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #574977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574977 is #A8B688. Grayscale: #525252. Windows color (decimal): -11056777 or 7817559. OLE color: 7817559.

HSL color Cylindrical-coordinate representation of color #574977: hue angle of 258.26º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #574977 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 73 119 -
CMYK 0.27 0.39 0 0.53
HSL 258.26º 0.24% 0.38% -
HSV(B) 258.26º 0.39% 0.47% -
XYZ 9.64 8.12 18.51 -
YUV 82.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 87 73 119 0.27 0.39 0 0.53 258.26 0.24 0.38
Hex 57 49 77 1B 27 0 35 102 18 26
Octal 127 111 167 33 47 0 65 402 30 46
Binary 1010111 1001001 1110111 11011 100111 0 110101 100000010 11000 100110

Color Harmonies of #574977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574977

Black with #574977

Text Example


Text Example

White with #574977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574977; }

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

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

background-color css

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

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

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

border-color css

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

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

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