#574C8E

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

Shades of Victoria #574C8E

Tints of Victoria #574C8E

Color information

#574C8E (or 0x574C8E) is unknown color: approx Victoria. HEX triplet: 57, 4C and 8E. RGB value is (87,76,142). Sum of RGB (Red+Green+Blue) = 87+76+142=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #574C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574C8E is #A8B371. Grayscale: #565656. Windows color (decimal): -11055986 or 9325655. OLE color: 9325655.

HSL color Cylindrical-coordinate representation of color #574C8E: hue angle of 250º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #574C8E is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8776142-
CMYK0.390.4600.44
HSL250º30.28%42.75%-
HSV(B)250º46.48%55.69%-
XYZ11.49.1526.76-
YUV86.81159.14128.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.52%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=28.52%
G=24.92%
B=46.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87761420.390.4600.4425030.2842.75
Hex574C8E272E02Cfa1e2b
Octal12711421647560543723653
Binary101011110011001000111010011110111001011001111101011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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