Html Css Color HEX #5146AF Rich Blue

📋 copy color: '#5146AF'

red 81 ◦ green 70 ◦ blue 175

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

Shades of Rich Blue #5146AF

Tints of Rich Blue #5146AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.47%

 BLUE value IS 175 (68.75% from 255) = 53.68%

R = 24.85%
G = 21.47%
B = 53.68%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5146AF (or 0x5146AF) is known color: Rich Blue. HEX triplet: 51, 46 and AF. RGB value is (81,70,175). Sum of RGB (Red+Green+Blue) = 81+70+175=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #5146AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5146AF is #AEB950. Grayscale: #545454. Windows color (decimal): -11450705 or 11486801. OLE color: 11486801.

HSL color Cylindrical-coordinate representation of color #5146AF: hue angle of 246.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5146AF is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 70 175 -
CMYK 0.54 0.60 0 0.31
HSL 246.29º 0.43% 0.48% -
HSV(B) 246.29º 0.6% 0.69% -
XYZ 13.32 9.22 41.64 -
YUV 85.26 178.64 124.96 -
System Red Green Blue C M Y K H S L
Decimal 81 70 175 0.54 0.60 0 0.31 246.29 0.43 0.48
Hex 51 46 AF 36 3C 0 1F F6 2B 30
Octal 121 106 257 66 74 0 37 366 53 60
Binary 1010001 1000110 10101111 110110 111100 0 11111 11110110 101011 110000

Color Harmonies of #5146AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5146AF

Black with #5146AF

Text Example


Text Example

White with #5146AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5146AF; }

 p { color: rgb(81,70,175); }

 H1.HeaderClassName
 {
   color: #5146AF;
 }
 .AnyTagClassName
 {
   color: #5146AF;
 }
</style>

background-color css

<style>
 a { background-color: #5146AF; }

 a { background-color: rgb(81,70,175); }

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

border-color css

<style>
 span { border-color: #5146AF; }

 span { border-color: rgb(81,70,175); }

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