Html Css Color HEX #5156AC Rich Blue

📋 copy color: '#5156AC'

red 81 ◦ green 86 ◦ blue 172

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

Shades of Rich Blue #5156AC

Tints of Rich Blue #5156AC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.37%

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

R = 23.89%
G = 25.37%
B = 50.74%

CMYK

 C value IS 0.53

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5156AC (or 0x5156AC) is known color: Rich Blue. HEX triplet: 51, 56 and AC. RGB value is (81,86,172). Sum of RGB (Red+Green+Blue) = 81+86+172=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #5156AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5156AC is #AEA953. Grayscale: #5D5D5D. Windows color (decimal): -11446612 or 11294289. OLE color: 11294289.

HSL color Cylindrical-coordinate representation of color #5156AC: hue angle of 236.7º 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 #5156AC is Cyan = 0.53, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 86 172 -
CMYK 0.53 0.5 0 0.33
HSL 236.7º 0.36% 0.5% -
HSV(B) 236.7º 0.53% 0.67% -
XYZ 14.17 11.38 40.48 -
YUV 94.31 171.84 118.51 -
System Red Green Blue C M Y K H S L
Decimal 81 86 172 0.53 0.5 0 0.33 236.7 0.36 0.5
Hex 51 56 AC 35 32 0 21 ED 24 32
Octal 121 126 254 65 62 0 41 355 44 62
Binary 1010001 1010110 10101100 110101 110010 0 100001 11101101 100100 110010

Color Harmonies of #5156AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5156AC

Black with #5156AC

Text Example


Text Example

White with #5156AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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