#574B8B

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

Shades of Victoria #574B8B

Tints of Victoria #574B8B

Color information

#574B8B (or 0x574B8B) is unknown color: approx Victoria. HEX triplet: 57, 4B and 8B. RGB value is (87,75,139). Sum of RGB (Red+Green+Blue) = 87+75+139=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #574B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574B8B is #A8B474. Grayscale: #555555. Windows color (decimal): -11056245 or 9128791. OLE color: 9128791.

HSL color Cylindrical-coordinate representation of color #574B8B: hue angle of 251.25º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #574B8B is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8775139-
CMYK0.370.4600.45
HSL251.25º29.91%41.96%-
HSV(B)251.25º46.04%54.51%-
XYZ11.118.9225.56-
YUV85.88157.98128.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.90%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=28.90%
G=24.92%
B=46.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87751390.370.4600.45251.2529.9141.96
Hex574B8B252E02Dfb1e2a
Octal12711321345560553733652
Binary101011110010111000101110010110111001011011111101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,75,139); }

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

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

 a { background-color: rgb(87,75,139); }

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

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

 span { border-color: rgb(87,75,139); }

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