#574876

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

Shades of Victoria #574876

Tints of Victoria #574876

Color information

#574876 (or 0x574876) is unknown color: approx Victoria. HEX triplet: 57, 48 and 76. RGB value is (87,72,118). Sum of RGB (Red+Green+Blue) = 87+72+118=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #574876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574876 is #A8B789. Grayscale: #515151. Windows color (decimal): -11057034 or 7751767. OLE color: 7751767.

HSL color Cylindrical-coordinate representation of color #574876: hue angle of 259.57º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #574876 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8772118-
CMYK0.260.3900.54
HSL259.57º24.21%37.25%-
HSV(B)259.57º38.98%46.27%-
XYZ9.527.9718.18-
YUV81.73148.47131.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.41%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=31.41%
G=25.99%
B=42.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87721180.260.3900.54259.5724.2137.25
Hex5748761A270361041825
Octal12711016632470664043045
Binary10101111001000111011011010100111011011010000010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574876; }

 p { color: rgb(87,72,118); }

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

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

 a { background-color: rgb(87,72,118); }

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

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

 span { border-color: rgb(87,72,118); }

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