Html Css Color HEX #5142AD Rich Blue

📋 copy color: '#5142AD'

red 81 ◦ green 66 ◦ blue 173

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

Shades of Rich Blue #5142AD

Tints of Rich Blue #5142AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.63%

 BLUE value IS 173 (67.97% from 255) = 54.06%

R = 25.31%
G = 20.63%
B = 54.06%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5142AD (or 0x5142AD) is known color: Rich Blue. HEX triplet: 51, 42 and AD. RGB value is (81,66,173). Sum of RGB (Red+Green+Blue) = 81+66+173=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #5142AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5142AD is #AEBD52. Grayscale: #525252. Windows color (decimal): -11451731 or 11354705. OLE color: 11354705.

HSL color Cylindrical-coordinate representation of color #5142AD: hue angle of 248.41º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5142AD is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 66 173 -
CMYK 0.53 0.62 0 0.32
HSL 248.41º 0.45% 0.47% -
HSV(B) 248.41º 0.62% 0.68% -
XYZ 12.88 8.66 40.53 -
YUV 82.68 178.97 126.8 -
System Red Green Blue C M Y K H S L
Decimal 81 66 173 0.53 0.62 0 0.32 248.41 0.45 0.47
Hex 51 42 AD 35 3E 0 20 F8 2D 2F
Octal 121 102 255 65 76 0 40 370 55 57
Binary 1010001 1000010 10101101 110101 111110 0 100000 11111000 101101 101111

Color Harmonies of #5142AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5142AD

Black with #5142AD

Text Example


Text Example

White with #5142AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5142AD; }

 p { color: rgb(81,66,173); }

 H1.HeaderClassName
 {
   color: #5142AD;
 }
 .AnyTagClassName
 {
   color: #5142AD;
 }
</style>

background-color css

<style>
 a { background-color: #5142AD; }

 a { background-color: rgb(81,66,173); }

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

border-color css

<style>
 span { border-color: #5142AD; }

 span { border-color: rgb(81,66,173); }

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