Html Css Color HEX #574C73 Victoria

📋 copy color: '#574C73'

red 87 ◦ green 76 ◦ blue 115

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

Shades of Victoria #574C73

Tints of Victoria #574C73

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.34%

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

R = 31.29%
G = 27.34%
B = 41.37%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#574C73 (or 0x574C73) is known color: Victoria. HEX triplet: 57, 4C and 73. RGB value is (87,76,115). Sum of RGB (Red+Green+Blue) = 87+76+115=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #574C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574C73 is #A8B38C. Grayscale: #535353. Windows color (decimal): -11056013 or 7556183. OLE color: 7556183.

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

Color convert

RGB 87 76 115 -
CMYK 0.24 0.34 0 0.55
HSL 256.92º 0.2% 0.37% -
HSV(B) 256.92º 0.34% 0.45% -
XYZ 9.61 8.43 17.34 -
YUV 83.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 87 76 115 0.24 0.34 0 0.55 256.92 0.2 0.37
Hex 57 4C 73 18 22 0 37 101 14 25
Octal 127 114 163 30 42 0 67 401 24 45
Binary 1010111 1001100 1110011 11000 100010 0 110111 100000001 10100 100101

Color Harmonies of #574C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C73

Black with #574C73

Text Example


Text Example

White with #574C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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