Html Css Color HEX #5161AA Rich Blue

📋 copy color: '#5161AA'

red 81 ◦ green 97 ◦ blue 170

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

Shades of Rich Blue #5161AA

Tints of Rich Blue #5161AA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

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

R = 23.28%
G = 27.87%
B = 48.85%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5161AA (or 0x5161AA) is known color: Rich Blue. HEX triplet: 51, 61 and AA. RGB value is (81,97,170). Sum of RGB (Red+Green+Blue) = 81+97+170=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #5161AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5161AA is #AE9E55. Grayscale: #646464. Windows color (decimal): -11443798 or 11166033. OLE color: 11166033.

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

Color convert

RGB 81 97 170 -
CMYK 0.52 0.43 0 0.33
HSL 229.21º 0.35% 0.49% -
HSV(B) 229.21º 0.52% 0.67% -
XYZ 14.92 13.2 39.79 -
YUV 100.54 167.2 114.06 -
System Red Green Blue C M Y K H S L
Decimal 81 97 170 0.52 0.43 0 0.33 229.21 0.35 0.49
Hex 51 61 AA 34 2B 0 21 E5 23 31
Octal 121 141 252 64 53 0 41 345 43 61
Binary 1010001 1100001 10101010 110100 101011 0 100001 11100101 100011 110001

Color Harmonies of #5161AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5161AA

Black with #5161AA

Text Example


Text Example

White with #5161AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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