#574F7B

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

Shades of Victoria #574F7B

Tints of Victoria #574F7B

Color information

#574F7B (or 0x574F7B) is unknown color: approx Victoria. HEX triplet: 57, 4F and 7B. RGB value is (87,79,123). Sum of RGB (Red+Green+Blue) = 87+79+123=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 123 - color contains mainly: blue. Hex color #574F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574F7B is #A8B084. Grayscale: #565656. Windows color (decimal): -11055237 or 8081239. OLE color: 8081239.

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

Color convert

RGB8779123-
CMYK0.290.3600.52
HSL250.91º21.78%39.61%-
HSV(B)250.91º35.77%48.24%-
XYZ10.39.0519.94-
YUV86.41148.65128.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.10%
GREEN value IS 79 (31.25% from 255) = 27.34%
BLUE value IS 123 (48.44% from 255) = 42.56%
R=30.10%
G=27.34%
B=42.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87791230.290.3600.52250.9121.7839.61
Hex574F7B1D24034fb1628
Octal12711717335440643732650
Binary1010111100111111110111110110010001101001111101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,79,123); }

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

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

 a { background-color: rgb(87,79,123); }

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

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

 span { border-color: rgb(87,79,123); }

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