#5745AD

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

Shades of Rich Blue #5745AD

Tints of Rich Blue #5745AD

Color information

#5745AD (or 0x5745AD) is unknown color: approx Rich Blue. HEX triplet: 57, 45 and AD. RGB value is (87,69,173). Sum of RGB (Red+Green+Blue) = 87+69+173=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #5745AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5745AD is #A8BA52. Grayscale: #555555. Windows color (decimal): -11057747 or 11355479. OLE color: 11355479.

HSL color Cylindrical-coordinate representation of color #5745AD: hue angle of 250.38º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5745AD is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8769173-
CMYK0.500.6000.32
HSL250.38º42.98%47.45%-
HSV(B)250.38º60.12%67.84%-
XYZ13.69.340.61-
YUV86.24176.96128.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.44%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 173 (67.97% from 255) = 52.58%
R=26.44%
G=20.97%
B=52.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87691730.500.6000.32250.3842.9847.45
Hex5745AD323C020fa2b2f
Octal12710525562740403725357
Binary1010111100010110101101110010111100010000011111010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5745AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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