#574BAE

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

Shades of Rich Blue #574BAE

Tints of Rich Blue #574BAE

Color information

#574BAE (or 0x574BAE) is unknown color: approx Rich Blue. HEX triplet: 57, 4B and AE. RGB value is (87,75,174). Sum of RGB (Red+Green+Blue) = 87+75+174=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #574BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574BAE is #A8B451. Grayscale: #595959. Windows color (decimal): -11056210 or 11422551. OLE color: 11422551.

HSL color Cylindrical-coordinate representation of color #574BAE: hue angle of 247.27º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #574BAE is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8775174-
CMYK0.50.5700.32
HSL247.27º39.76%48.82%-
HSV(B)247.27º56.9%68.24%-
XYZ14.0910.1141.25-
YUV89.87175.48125.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.89%
GREEN value IS 75 (29.69% from 255) = 22.32%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=25.89%
G=22.32%
B=51.79%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87751740.50.5700.32247.2739.7648.82
Hex574BAE3239020f72831
Octal12711325662710403675061
Binary1010111100101110101110110010111001010000011110111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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