Html Css Color HEX #574A76 Victoria

📋 copy color: '#574A76'

red 87 ◦ green 74 ◦ blue 118

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

Shades of Victoria #574A76

Tints of Victoria #574A76

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.52%

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

R = 31.18%
G = 26.52%
B = 42.29%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#574A76 (or 0x574A76) is known color: Victoria. HEX triplet: 57, 4A and 76. RGB value is (87,74,118). Sum of RGB (Red+Green+Blue) = 87+74+118=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #574A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A76 is #A8B589. Grayscale: #525252. Windows color (decimal): -11056522 or 7752279. OLE color: 7752279.

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

Color convert

RGB 87 74 118 -
CMYK 0.26 0.37 0 0.54
HSL 257.73º 0.23% 0.38% -
HSV(B) 257.73º 0.37% 0.46% -
XYZ 9.65 8.23 18.22 -
YUV 82.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 87 74 118 0.26 0.37 0 0.54 257.73 0.23 0.38
Hex 57 4A 76 1A 25 0 36 102 17 26
Octal 127 112 166 32 45 0 66 402 27 46
Binary 1010111 1001010 1110110 11010 100101 0 110110 100000010 10111 100110

Color Harmonies of #574A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574A76

Black with #574A76

Text Example


Text Example

White with #574A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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