#574988

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

Shades of Victoria #574988

Tints of Victoria #574988

Color information

#574988 (or 0x574988) is unknown color: approx Victoria. HEX triplet: 57, 49 and 88. RGB value is (87,73,136). Sum of RGB (Red+Green+Blue) = 87+73+136=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 136 - color contains mainly: blue. Hex color #574988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574988 is #A8B677. Grayscale: #545454. Windows color (decimal): -11056760 or 8931671. OLE color: 8931671.

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

Color convert

RGB8773136-
CMYK0.360.4600.47
HSL253.33º30.14%40.98%-
HSV(B)253.33º46.32%53.33%-
XYZ10.768.5724.38-
YUV84.37157.14129.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.39%
GREEN value IS 73 (28.91% from 255) = 24.66%
BLUE value IS 136 (53.52% from 255) = 45.95%
R=29.39%
G=24.66%
B=45.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87731360.360.4600.47253.3330.1440.98
Hex574988242E02Ffd1e29
Octal12711121044560573753651
Binary101011110010011000100010010010111001011111111110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574988; }

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

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

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

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

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

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

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

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