#574F88

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

Shades of Victoria #574F88

Tints of Victoria #574F88

Color information

#574F88 (or 0x574F88) is unknown color: approx Victoria. HEX triplet: 57, 4F and 88. RGB value is (87,79,136). Sum of RGB (Red+Green+Blue) = 87+79+136=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #574F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574F88 is #A8B077. Grayscale: #575757. Windows color (decimal): -11055224 or 8933207. OLE color: 8933207.

HSL color Cylindrical-coordinate representation of color #574F88: hue angle of 248.42º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #574F88 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8779136-
CMYK0.360.4200.47
HSL248.42º26.51%42.16%-
HSV(B)248.42º41.91%53.33%-
XYZ11.179.424.52-
YUV87.89155.15127.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.81%
GREEN value IS 79 (31.25% from 255) = 26.16%
BLUE value IS 136 (53.52% from 255) = 45.03%
R=28.81%
G=26.16%
B=45.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87791360.360.4200.47248.4226.5142.16
Hex574F88242A02Ff81b2a
Octal12711721044520573703352
Binary101011110011111000100010010010101001011111111100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,79,136); }

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

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

 a { background-color: rgb(87,79,136); }

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

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

 span { border-color: rgb(87,79,136); }

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