Html Css Color HEX #574C90 Victoria

📋 copy color: '#574C90'

red 87 ◦ green 76 ◦ blue 144

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

Shades of Victoria #574C90

Tints of Victoria #574C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.91%

R = 28.34%
G = 24.76%
B = 46.91%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#574C90 (or 0x574C90) is known color: Victoria. HEX triplet: 57, 4C and 90. RGB value is (87,76,144). Sum of RGB (Red+Green+Blue) = 87+76+144=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #574C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574C90 is #A8B36F. Grayscale: #565656. Windows color (decimal): -11055984 or 9456727. OLE color: 9456727.

HSL color Cylindrical-coordinate representation of color #574C90: hue angle of 249.71º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #574C90 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 76 144 -
CMYK 0.40 0.47 0 0.44
HSL 249.71º 0.31% 0.43% -
HSV(B) 249.71º 0.47% 0.56% -
XYZ 11.55 9.21 27.55 -
YUV 87.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 87 76 144 0.40 0.47 0 0.44 249.71 0.31 0.43
Hex 57 4C 90 28 2F 0 2C FA 1F 2B
Octal 127 114 220 50 57 0 54 372 37 53
Binary 1010111 1001100 10010000 101000 101111 0 101100 11111010 11111 101011

Color Harmonies of #574C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C90

Black with #574C90

Text Example


Text Example

White with #574C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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