Html Css Color HEX #574980 Victoria

📋 copy color: '#574980'

red 87 ◦ green 73 ◦ blue 128

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

Shades of Victoria #574980

Tints of Victoria #574980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 44.44%

R = 30.21%
G = 25.35%
B = 44.44%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#574980 (or 0x574980) is known color: Victoria. HEX triplet: 57, 49 and 80. RGB value is (87,73,128). Sum of RGB (Red+Green+Blue) = 87+73+128=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #574980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574980 is #A8B67F. Grayscale: #535353. Windows color (decimal): -11056768 or 8407383. OLE color: 8407383.

HSL color Cylindrical-coordinate representation of color #574980: hue angle of 255.27º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #574980 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 73 128 -
CMYK 0.32 0.43 0 0.50
HSL 255.27º 0.27% 0.39% -
HSV(B) 255.27º 0.43% 0.5% -
XYZ 10.21 8.35 21.5 -
YUV 83.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 87 73 128 0.32 0.43 0 0.50 255.27 0.27 0.39
Hex 57 49 80 20 2B 0 32 FF 1B 27
Octal 127 111 200 40 53 0 62 377 33 47
Binary 1010111 1001001 10000000 100000 101011 0 110010 11111111 11011 100111

Color Harmonies of #574980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574980

Black with #574980

Text Example


Text Example

White with #574980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574980; }

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

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

background-color css

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

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

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

border-color css

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

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

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