Html Css Color HEX #5244AA Rich Blue

📋 copy color: '#5244AA'

red 82 ◦ green 68 ◦ blue 170

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

Shades of Rich Blue #5244AA

Tints of Rich Blue #5244AA

RGB

 RED value IS 82 (32.42% from 255) = 25.63%

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

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

R = 25.63%
G = 21.25%
B = 53.13%

CMYK

 C value IS 0.52

 M value IS 0.6

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5244AA (or 0x5244AA) is known color: Rich Blue. HEX triplet: 52, 44 and AA. RGB value is (82,68,170). Sum of RGB (Red+Green+Blue) = 82+68+170=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #5244AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5244AA is #ADBB55. Grayscale: #535353. Windows color (decimal): -11385686 or 11158610. OLE color: 11158610.

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

Color convert

RGB 82 68 170 -
CMYK 0.52 0.6 0 0.33
HSL 248.24º 0.43% 0.47% -
HSV(B) 248.24º 0.6% 0.67% -
XYZ 12.8 8.83 39.06 -
YUV 83.81 176.64 126.71 -
System Red Green Blue C M Y K H S L
Decimal 82 68 170 0.52 0.6 0 0.33 248.24 0.43 0.47
Hex 52 44 AA 34 3C 0 21 F8 2B 2F
Octal 122 104 252 64 74 0 41 370 53 57
Binary 1010010 1000100 10101010 110100 111100 0 100001 11111000 101011 101111

Color Harmonies of #5244AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5244AA

Black with #5244AA

Text Example


Text Example

White with #5244AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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