Html Css Color HEX #574973 Victoria

📋 copy color: '#574973'

red 87 ◦ green 73 ◦ blue 115

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

Shades of Victoria #574973

Tints of Victoria #574973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.82%

R = 31.64%
G = 26.55%
B = 41.82%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#574973 (or 0x574973) is known color: Victoria. HEX triplet: 57, 49 and 73. RGB value is (87,73,115). Sum of RGB (Red+Green+Blue) = 87+73+115=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #574973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574973 is #A8B68C. Grayscale: #515151. Windows color (decimal): -11056781 or 7555415. OLE color: 7555415.

HSL color Cylindrical-coordinate representation of color #574973: hue angle of 260º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #574973 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 73 115 -
CMYK 0.24 0.37 0 0.55
HSL 260º 0.22% 0.37% -
HSV(B) 260º 0.37% 0.45% -
XYZ 9.41 8.03 17.27 -
YUV 81.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 87 73 115 0.24 0.37 0 0.55 260 0.22 0.37
Hex 57 49 73 18 25 0 37 104 16 25
Octal 127 111 163 30 45 0 67 404 26 45
Binary 1010111 1001001 1110011 11000 100101 0 110111 100000100 10110 100101

Color Harmonies of #574973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574973

Black with #574973

Text Example


Text Example

White with #574973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574973; }

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

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

background-color css

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

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

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

border-color css

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

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

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