#574B82

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

Shades of Victoria #574B82

Tints of Victoria #574B82

Color information

#574B82 (or 0x574B82) is unknown color: approx Victoria. HEX triplet: 57, 4B and 82. RGB value is (87,75,130). Sum of RGB (Red+Green+Blue) = 87+75+130=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #574B82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574B82 is #A8B47D. Grayscale: #545454. Windows color (decimal): -11056254 or 8538967. OLE color: 8538967.

HSL color Cylindrical-coordinate representation of color #574B82: hue angle of 253.09º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #574B82 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8775130-
CMYK0.330.4200.49
HSL253.09º26.83%40.2%-
HSV(B)253.09º42.31%50.98%-
XYZ10.488.6722.24-
YUV84.86153.48129.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.79%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=29.79%
G=25.68%
B=44.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87751300.330.4200.49253.0926.8340.2
Hex574B82212A031fd1b28
Octal12711320241520613753350
Binary101011110010111000001010000110101001100011111110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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