Html Css Color HEX #5141AA Rich Blue

📋 copy color: '#5141AA'

red 81 ◦ green 65 ◦ blue 170

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

Shades of Rich Blue #5141AA

Tints of Rich Blue #5141AA

RGB

 RED value IS 81 (32.03% from 255) = 25.63%

 GREEN value IS 65 (25.78% from 255) = 20.57%

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

R = 25.63%
G = 20.57%
B = 53.8%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5141AA (or 0x5141AA) is known color: Rich Blue. HEX triplet: 51, 41 and AA. RGB value is (81,65,170). Sum of RGB (Red+Green+Blue) = 81+65+170=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #5141AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5141AA is #AEBE55. Grayscale: #515151. Windows color (decimal): -11451990 or 11157841. OLE color: 11157841.

HSL color Cylindrical-coordinate representation of color #5141AA: hue angle of 249.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5141AA is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 65 170 -
CMYK 0.52 0.62 0 0.33
HSL 249.14º 0.45% 0.46% -
HSV(B) 249.14º 0.62% 0.67% -
XYZ 12.54 8.43 39 -
YUV 81.75 177.8 127.46 -
System Red Green Blue C M Y K H S L
Decimal 81 65 170 0.52 0.62 0 0.33 249.14 0.45 0.46
Hex 51 41 AA 34 3E 0 21 F9 2D 2E
Octal 121 101 252 64 76 0 41 371 55 56
Binary 1010001 1000001 10101010 110100 111110 0 100001 11111001 101101 101110

Color Harmonies of #5141AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5141AA

Black with #5141AA

Text Example


Text Example

White with #5141AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,65,170); }

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

background-color css

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

 a { background-color: rgb(81,65,170); }

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

border-color css

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

 span { border-color: rgb(81,65,170); }

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