#574B95

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

Shades of Victoria #574B95

Tints of Victoria #574B95

Color information

#574B95 (or 0x574B95) is unknown color: approx Victoria. HEX triplet: 57, 4B and 95. RGB value is (87,75,149). Sum of RGB (Red+Green+Blue) = 87+75+149=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #574B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574B95 is #A8B46A. Grayscale: #565656. Windows color (decimal): -11056235 or 9784151. OLE color: 9784151.

HSL color Cylindrical-coordinate representation of color #574B95: hue angle of 249.73º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #574B95 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8775149-
CMYK0.420.5000.42
HSL249.73º33.04%43.92%-
HSV(B)249.73º49.66%58.43%-
XYZ11.879.2329.59-
YUV87.02162.98127.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.97%
GREEN value IS 75 (29.69% from 255) = 24.12%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=27.97%
G=24.12%
B=47.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87751490.420.5000.42249.7333.0443.92
Hex574B952A3202Afa212c
Octal12711322552620523724154
Binary1010111100101110010101101010110010010101011111010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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