Html Css Color HEX #574C81 Victoria

📋 copy color: '#574C81'

red 87 ◦ green 76 ◦ blue 129

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

Shades of Victoria #574C81

Tints of Victoria #574C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.18%

R = 29.79%
G = 26.03%
B = 44.18%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#574C81 (or 0x574C81) is known color: Victoria. HEX triplet: 57, 4C and 81. RGB value is (87,76,129). Sum of RGB (Red+Green+Blue) = 87+76+129=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #574C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574C81 is #A8B37E. Grayscale: #555555. Windows color (decimal): -11055999 or 8473687. OLE color: 8473687.

HSL color Cylindrical-coordinate representation of color #574C81: hue angle of 252.45º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #574C81 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 76 129 -
CMYK 0.33 0.41 0 0.49
HSL 252.45º 0.26% 0.4% -
HSV(B) 252.45º 0.41% 0.51% -
XYZ 10.48 8.78 21.91 -
YUV 85.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 87 76 129 0.33 0.41 0 0.49 252.45 0.26 0.4
Hex 57 4C 81 21 29 0 31 FC 1A 28
Octal 127 114 201 41 51 0 61 374 32 50
Binary 1010111 1001100 10000001 100001 101001 0 110001 11111100 11010 101000

Color Harmonies of #574C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C81

Black with #574C81

Text Example


Text Example

White with #574C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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