Html Css Color HEX #574C82 Victoria

📋 copy color: '#574C82'

red 87 ◦ green 76 ◦ blue 130

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

Shades of Victoria #574C82

Tints of Victoria #574C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.37%

R = 29.69%
G = 25.94%
B = 44.37%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#574C82 (or 0x574C82) is known color: Victoria. HEX triplet: 57, 4C and 82. RGB value is (87,76,130). Sum of RGB (Red+Green+Blue) = 87+76+130=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #574C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574C82 is #A8B37D. Grayscale: #555555. Windows color (decimal): -11055998 or 8539223. OLE color: 8539223.

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

Color convert

RGB 87 76 130 -
CMYK 0.33 0.42 0 0.49
HSL 252.22º 0.26% 0.4% -
HSV(B) 252.22º 0.42% 0.51% -
XYZ 10.54 8.81 22.26 -
YUV 85.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 87 76 130 0.33 0.42 0 0.49 252.22 0.26 0.4
Hex 57 4C 82 21 2A 0 31 FC 1A 28
Octal 127 114 202 41 52 0 61 374 32 50
Binary 1010111 1001100 10000010 100001 101010 0 110001 11111100 11010 101000

Color Harmonies of #574C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C82

Black with #574C82

Text Example


Text Example

White with #574C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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