#5744AB

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

Shades of Rich Blue #5744AB

Tints of Rich Blue #5744AB

Color information

#5744AB (or 0x5744AB) is unknown color: approx Rich Blue. HEX triplet: 57, 44 and AB. RGB value is (87,68,171). Sum of RGB (Red+Green+Blue) = 87+68+171=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #5744AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5744AB is #A8BB54. Grayscale: #555555. Windows color (decimal): -11058005 or 11224151. OLE color: 11224151.

HSL color Cylindrical-coordinate representation of color #5744AB: hue angle of 251.07º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5744AB is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8768171-
CMYK0.490.6000.33
HSL251.07º43.1%46.86%-
HSV(B)251.07º60.23%67.06%-
XYZ13.359.139.58-
YUV85.42176.29129.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.69%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 171 (67.19% from 255) = 52.45%
R=26.69%
G=20.86%
B=52.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87681710.490.6000.33251.0743.146.86
Hex5744AB313C021fb2b2f
Octal12710425361740413735357
Binary1010111100010010101011110001111100010000111111011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5744AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5744AB; }

 p { color: rgb(87,68,171); }

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

<style>
 a { background-color: #5744AB; }

 a { background-color: rgb(87,68,171); }

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

<style>
 span { border-color: #5744AB; }

 span { border-color: rgb(87,68,171); }

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