#574E78

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

Shades of Victoria #574E78

Tints of Victoria #574E78

Color information

#574E78 (or 0x574E78) is unknown color: approx Victoria. HEX triplet: 57, 4E and 78. RGB value is (87,78,120). Sum of RGB (Red+Green+Blue) = 87+78+120=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #574E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574E78 is #A8B187. Grayscale: #555555. Windows color (decimal): -11055496 or 7884375. OLE color: 7884375.

HSL color Cylindrical-coordinate representation of color #574E78: hue angle of 252.86º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #574E78 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8778120-
CMYK0.280.3500.53
HSL252.86º21.21%38.82%-
HSV(B)252.86º35%47.06%-
XYZ10.058.8318.94-
YUV85.48147.48129.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.53%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=30.53%
G=27.37%
B=42.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87781200.280.3500.53252.8621.2138.82
Hex574E781C23035fd1527
Octal12711617034430653752547
Binary1010111100111011110001110010001101101011111110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,78,120); }

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

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

 a { background-color: rgb(87,78,120); }

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

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

 span { border-color: rgb(87,78,120); }

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