Html Css Color HEX #5744AB Rich Blue

📋 copy color: '#5744AB'

red 87 ◦ green 68 ◦ blue 171

#5744AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5744AB

Tints of Rich Blue #5744AB

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 value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5744AB (or 0x5744AB) is known color: 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

RGB 87 68 171 -
CMYK 0.49 0.60 0 0.33
HSL 251.07º 0.43% 0.47% -
HSV(B) 251.07º 0.6% 0.67% -
XYZ 13.35 9.1 39.58 -
YUV 85.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 87 68 171 0.49 0.60 0 0.33 251.07 0.43 0.47
Hex 57 44 AB 31 3C 0 21 FB 2B 2F
Octal 127 104 253 61 74 0 41 373 53 57
Binary 1010111 1000100 10101011 110001 111100 0 100001 11111011 101011 101111

Color Harmonies of #5744AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5744AB

Black with #5744AB

Text Example


Text Example

White with #5744AB

Text Example


Text Example

HTML Codes & Css Web 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>