Html Css Color HEX #574976 Victoria

📋 copy color: '#574976'

red 87 ◦ green 73 ◦ blue 118

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

Shades of Victoria #574976

Tints of Victoria #574976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 42.45%

R = 31.29%
G = 26.26%
B = 42.45%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#574976 (or 0x574976) is known color: Victoria. HEX triplet: 57, 49 and 76. RGB value is (87,73,118). Sum of RGB (Red+Green+Blue) = 87+73+118=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #574976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574976 is #A8B689. Grayscale: #525252. Windows color (decimal): -11056778 or 7752023. OLE color: 7752023.

HSL color Cylindrical-coordinate representation of color #574976: hue angle of 258.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #574976 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 73 118 -
CMYK 0.26 0.38 0 0.54
HSL 258.67º 0.24% 0.37% -
HSV(B) 258.67º 0.38% 0.46% -
XYZ 9.58 8.1 18.2 -
YUV 82.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 87 73 118 0.26 0.38 0 0.54 258.67 0.24 0.37
Hex 57 49 76 1A 26 0 36 103 18 25
Octal 127 111 166 32 46 0 66 403 30 45
Binary 1010111 1001001 1110110 11010 100110 0 110110 100000011 11000 100101

Color Harmonies of #574976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574976

Black with #574976

Text Example


Text Example

White with #574976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574976; }

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

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

background-color css

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

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

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

border-color css

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

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

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