#574C7A

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

Shades of Victoria #574C7A

Tints of Victoria #574C7A

Color information

#574C7A (or 0x574C7A) is unknown color: approx Victoria. HEX triplet: 57, 4C and 7A. RGB value is (87,76,122). Sum of RGB (Red+Green+Blue) = 87+76+122=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #574C7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574C7A is #A8B385. Grayscale: #545454. Windows color (decimal): -11056006 or 8014935. OLE color: 8014935.

HSL color Cylindrical-coordinate representation of color #574C7A: hue angle of 254.35º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #574C7A is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8776122-
CMYK0.290.3800.52
HSL254.35º23.23%38.82%-
HSV(B)254.35º37.7%47.84%-
XYZ10.038.619.54-
YUV84.53149.14129.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.53%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 122 (48.05% from 255) = 42.81%
R=30.53%
G=26.67%
B=42.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87761220.290.3800.52254.3523.2338.82
Hex574C7A1D26034fe1727
Octal12711417235460643762747
Binary1010111100110011110101110110011001101001111111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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