Html Css Color HEX #5161AC Rich Blue

📋 copy color: '#5161AC'

red 81 ◦ green 97 ◦ blue 172

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

Shades of Rich Blue #5161AC

Tints of Rich Blue #5161AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.14%

R = 23.14%
G = 27.71%
B = 49.14%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5161AC (or 0x5161AC) is known color: Rich Blue. HEX triplet: 51, 61 and AC. RGB value is (81,97,172). Sum of RGB (Red+Green+Blue) = 81+97+172=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #5161AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5161AC is #AE9E53. Grayscale: #646464. Windows color (decimal): -11443796 or 11297105. OLE color: 11297105.

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

Color convert

RGB 81 97 172 -
CMYK 0.53 0.44 0 0.33
HSL 229.45º 0.36% 0.5% -
HSV(B) 229.45º 0.53% 0.67% -
XYZ 15.11 13.28 40.8 -
YUV 100.77 168.2 113.9 -
System Red Green Blue C M Y K H S L
Decimal 81 97 172 0.53 0.44 0 0.33 229.45 0.36 0.5
Hex 51 61 AC 35 2C 0 21 E5 24 32
Octal 121 141 254 65 54 0 41 345 44 62
Binary 1010001 1100001 10101100 110101 101100 0 100001 11100101 100100 110010

Color Harmonies of #5161AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5161AC

Black with #5161AC

Text Example


Text Example

White with #5161AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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