Html Css Color HEX #574C93 Victoria

📋 copy color: '#574C93'

red 87 ◦ green 76 ◦ blue 147

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

Shades of Victoria #574C93

Tints of Victoria #574C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.42%

R = 28.06%
G = 24.52%
B = 47.42%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#574C93 (or 0x574C93) is known color: Victoria. HEX triplet: 57, 4C and 93. RGB value is (87,76,147). Sum of RGB (Red+Green+Blue) = 87+76+147=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #574C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574C93 is #A8B36C. Grayscale: #575757. Windows color (decimal): -11055981 or 9653335. OLE color: 9653335.

HSL color Cylindrical-coordinate representation of color #574C93: hue angle of 249.3º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #574C93 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 76 147 -
CMYK 0.41 0.48 0 0.42
HSL 249.3º 0.32% 0.44% -
HSV(B) 249.3º 0.48% 0.58% -
XYZ 11.78 9.3 28.78 -
YUV 87.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 87 76 147 0.41 0.48 0 0.42 249.3 0.32 0.44
Hex 57 4C 93 29 30 0 2A F9 20 2C
Octal 127 114 223 51 60 0 52 371 40 54
Binary 1010111 1001100 10010011 101001 110000 0 101010 11111001 100000 101100

Color Harmonies of #574C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C93

Black with #574C93

Text Example


Text Example

White with #574C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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