Html Css Color HEX #5161AB Rich Blue

📋 copy color: '#5161AB'

red 81 ◦ green 97 ◦ blue 171

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

Shades of Rich Blue #5161AB

Tints of Rich Blue #5161AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49%

R = 23.21%
G = 27.79%
B = 49%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5161AB (or 0x5161AB) is known color: Rich Blue. HEX triplet: 51, 61 and AB. RGB value is (81,97,171). Sum of RGB (Red+Green+Blue) = 81+97+171=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #5161AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5161AB is #AE9E54. Grayscale: #646464. Windows color (decimal): -11443797 or 11231569. OLE color: 11231569.

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

Color convert

RGB 81 97 171 -
CMYK 0.53 0.43 0 0.33
HSL 229.33º 0.36% 0.49% -
HSV(B) 229.33º 0.53% 0.67% -
XYZ 15.02 13.24 40.29 -
YUV 100.65 167.7 113.98 -
System Red Green Blue C M Y K H S L
Decimal 81 97 171 0.53 0.43 0 0.33 229.33 0.36 0.49
Hex 51 61 AB 35 2B 0 21 E5 24 31
Octal 121 141 253 65 53 0 41 345 44 61
Binary 1010001 1100001 10101011 110101 101011 0 100001 11100101 100100 110001

Color Harmonies of #5161AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5161AB

Black with #5161AB

Text Example


Text Example

White with #5161AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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