#574A88

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

Shades of Victoria #574A88

Tints of Victoria #574A88

Color information

#574A88 (or 0x574A88) is unknown color: approx Victoria. HEX triplet: 57, 4A and 88. RGB value is (87,74,136). Sum of RGB (Red+Green+Blue) = 87+74+136=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #574A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574A88 is #A8B577. Grayscale: #545454. Windows color (decimal): -11056504 or 8931927. OLE color: 8931927.

HSL color Cylindrical-coordinate representation of color #574A88: hue angle of 252.58º 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 #574A88 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8774136-
CMYK0.360.4600.47
HSL252.58º29.52%41.18%-
HSV(B)252.58º45.59%53.33%-
XYZ10.828.724.4-
YUV84.96156.81129.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.29%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 136 (53.52% from 255) = 45.79%
R=29.29%
G=24.92%
B=45.79%

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
Decimal87741360.360.4600.47252.5829.5241.18
Hex574A88242E02Ffd1e29
Octal12711221044560573753651
Binary101011110010101000100010010010111001011111111110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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