#5745AF

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

Shades of Rich Blue #5745AF

Tints of Rich Blue #5745AF

Color information

#5745AF (or 0x5745AF) is unknown color: approx Rich Blue. HEX triplet: 57, 45 and AF. RGB value is (87,69,175). Sum of RGB (Red+Green+Blue) = 87+69+175=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #5745AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5745AF is #A8BA50. Grayscale: #565656. Windows color (decimal): -11057745 or 11486551. OLE color: 11486551.

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

Color convert

RGB8769175-
CMYK0.500.6100.31
HSL250.19º43.44%47.84%-
HSV(B)250.19º60.57%68.63%-
XYZ13.89.3841.64-
YUV86.47177.96128.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.28%
GREEN value IS 69 (27.34% from 255) = 20.85%
BLUE value IS 175 (68.75% from 255) = 52.87%
R=26.28%
G=20.85%
B=52.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal87691750.500.6100.31250.1943.4447.84
Hex5745AF323D01Ffa2b30
Octal12710525762750373725360
Binary101011110001011010111111001011110101111111111010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5745AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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