#5740AF

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

Shades of Rich Blue #5740AF

Tints of Rich Blue #5740AF

Color information

#5740AF (or 0x5740AF) is unknown color: approx Rich Blue. HEX triplet: 57, 40 and AF. RGB value is (87,64,175). Sum of RGB (Red+Green+Blue) = 87+64+175=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #5740AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5740AF is #A8BF50. Grayscale: #535353. Windows color (decimal): -11059025 or 11485271. OLE color: 11485271.

HSL color Cylindrical-coordinate representation of color #5740AF: hue angle of 252.43º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5740AF is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8764175-
CMYK0.500.6300.31
HSL252.43º46.44%46.86%-
HSV(B)252.43º63.43%68.63%-
XYZ13.58.7941.54-
YUV83.53179.62130.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.69%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 175 (68.75% from 255) = 53.68%
R=26.69%
G=19.63%
B=53.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal87641750.500.6300.31252.4346.4446.86
Hex5740AF323F01Ffc2e2f
Octal12710025762770373745657
Binary101011110000001010111111001011111101111111111100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5740AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5740AF; }

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

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

<style>
 a { background-color: #5740AF; }

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

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

<style>
 span { border-color: #5740AF; }

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

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