Html Css Color HEX #574878 Victoria

📋 copy color: '#574878'

red 87 ◦ green 72 ◦ blue 120

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

Shades of Victoria #574878

Tints of Victoria #574878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.81%

 BLUE value IS 120 (47.27% from 255) = 43.01%

R = 31.18%
G = 25.81%
B = 43.01%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#574878 (or 0x574878) is known color: Victoria. HEX triplet: 57, 48 and 78. RGB value is (87,72,120). Sum of RGB (Red+Green+Blue) = 87+72+120=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #574878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574878 is #A8B787. Grayscale: #515151. Windows color (decimal): -11057032 or 7882839. OLE color: 7882839.

HSL color Cylindrical-coordinate representation of color #574878: hue angle of 258.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #574878 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 72 120 -
CMYK 0.28 0.40 0 0.53
HSL 258.75º 0.25% 0.38% -
HSV(B) 258.75º 0.4% 0.47% -
XYZ 9.64 8.02 18.81 -
YUV 81.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 87 72 120 0.28 0.40 0 0.53 258.75 0.25 0.38
Hex 57 48 78 1C 28 0 35 103 19 26
Octal 127 110 170 34 50 0 65 403 31 46
Binary 1010111 1001000 1111000 11100 101000 0 110101 100000011 11001 100110

Color Harmonies of #574878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574878

Black with #574878

Text Example


Text Example

White with #574878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574878; }

 p { color: rgb(87,72,120); }

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

background-color css

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

 a { background-color: rgb(87,72,120); }

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

border-color css

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

 span { border-color: rgb(87,72,120); }

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