#574C84

Color #574C84 Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #574C84

Tints of Victoria #574C84

Color information

#574C84 (or 0x574C84) is unknown color: approx Victoria. HEX triplet: 57, 4C and 84. RGB value is (87,76,132). Sum of RGB (Red+Green+Blue) = 87+76+132=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #574C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574C84 is #A8B37B. Grayscale: #555555. Windows color (decimal): -11055996 or 8670295. OLE color: 8670295.

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

Color convert

RGB8776132-
CMYK0.340.4200.48
HSL251.79º26.92%40.78%-
HSV(B)251.79º42.42%51.76%-
XYZ10.688.8622.98-
YUV85.67154.14128.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 76 (30.08% from 255) = 25.76%
BLUE value IS 132 (51.95% from 255) = 44.75%
R=29.49%
G=25.76%
B=44.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87761320.340.4200.48251.7926.9240.78
Hex574C84222A030fc1b29
Octal12711420442520603743351
Binary101011110011001000010010001010101001100001111110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #574C84;
 }
 .AnyTagClassName
 {
   color: #574C84;
 }
</style>
background-color css

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

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

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

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

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

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