#574BAF

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

Shades of Rich Blue #574BAF

Tints of Rich Blue #574BAF

Color information

#574BAF (or 0x574BAF) is unknown color: approx Rich Blue. HEX triplet: 57, 4B and AF. RGB value is (87,75,175). Sum of RGB (Red+Green+Blue) = 87+75+175=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #574BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574BAF is #A8B450. Grayscale: #595959. Windows color (decimal): -11056209 or 11488087. OLE color: 11488087.

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

Color convert

RGB8775175-
CMYK0.500.5700.31
HSL247.2º40%49.02%-
HSV(B)247.2º57.14%68.63%-
XYZ14.1810.1541.77-
YUV89.99175.98125.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.82%
GREEN value IS 75 (29.69% from 255) = 22.26%
BLUE value IS 175 (68.75% from 255) = 51.93%
R=25.82%
G=22.26%
B=51.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal87751750.500.5700.31247.24049.02
Hex574BAF323901Ff72831
Octal12711325762710373675061
Binary101011110010111010111111001011100101111111110111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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