Html Css Color HEX #5844AA Rich Blue

📋 copy color: '#5844AA'

red 88 ◦ green 68 ◦ blue 170

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

Shades of Rich Blue #5844AA

Tints of Rich Blue #5844AA

RGB

 RED value IS 88 (34.77% from 255) = 26.99%

 GREEN value IS 68 (26.95% from 255) = 20.86%

 BLUE value IS 170 (66.8% from 255) = 52.15%

R = 26.99%
G = 20.86%
B = 52.15%

CMYK

 C value IS 0.48

 M value IS 0.6

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5844AA (or 0x5844AA) is known color: Rich Blue. HEX triplet: 58, 44 and AA. RGB value is (88,68,170). Sum of RGB (Red+Green+Blue) = 88+68+170=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #5844AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5844AA is #A7BB55. Grayscale: #555555. Windows color (decimal): -10992470 or 11158616. OLE color: 11158616.

HSL color Cylindrical-coordinate representation of color #5844AA: hue angle of 251.76º 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 #5844AA is Cyan = 0.48, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 68 170 -
CMYK 0.48 0.6 0 0.33
HSL 251.76º 0.43% 0.47% -
HSV(B) 251.76º 0.6% 0.67% -
XYZ 13.35 9.11 39.09 -
YUV 85.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 88 68 170 0.48 0.6 0 0.33 251.76 0.43 0.47
Hex 58 44 AA 30 3C 0 21 FC 2B 2F
Octal 130 104 252 60 74 0 41 374 53 57
Binary 1011000 1000100 10101010 110000 111100 0 100001 11111100 101011 101111

Color Harmonies of #5844AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5844AA

Black with #5844AA

Text Example


Text Example

White with #5844AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5844AA; }

 p { color: rgb(88,68,170); }

 H1.HeaderClassName
 {
   color: #5844AA;
 }
 .AnyTagClassName
 {
   color: #5844AA;
 }
</style>

background-color css

<style>
 a { background-color: #5844AA; }

 a { background-color: rgb(88,68,170); }

 div.DivClassName
 {
   background-color: #5844AA;
 }
 .BgClassName
 {
   background-color: #5844AA;
 }
</style>

border-color css

<style>
 span { border-color: #5844AA; }

 span { border-color: rgb(88,68,170); }

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