#574FAD

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

Shades of Rich Blue #574FAD

Tints of Rich Blue #574FAD

Color information

#574FAD (or 0x574FAD) is unknown color: approx Rich Blue. HEX triplet: 57, 4F and AD. RGB value is (87,79,173). Sum of RGB (Red+Green+Blue) = 87+79+173=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #574FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574FAD is #A8B052. Grayscale: #5B5B5B. Windows color (decimal): -11055187 or 11358039. OLE color: 11358039.

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

Color convert

RGB8779173-
CMYK0.500.5400.32
HSL245.11º37.3%49.41%-
HSV(B)245.11º54.34%67.84%-
XYZ14.2710.6440.84-
YUV92.11173.65124.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.66%
GREEN value IS 79 (31.25% from 255) = 23.30%
BLUE value IS 173 (67.97% from 255) = 51.03%
R=25.66%
G=23.30%
B=51.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87791730.500.5400.32245.1137.349.41
Hex574FAD3236020f52531
Octal12711725562660403654561
Binary1010111100111110101101110010110110010000011110101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,79,173); }

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

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

 a { background-color: rgb(87,79,173); }

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

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

 span { border-color: rgb(87,79,173); }

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