Html Css Color HEX #5150AB Rich Blue

📋 copy color: '#5150AB'

red 81 ◦ green 80 ◦ blue 171

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

Shades of Rich Blue #5150AB

Tints of Rich Blue #5150AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

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

R = 24.4%
G = 24.1%
B = 51.51%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5150AB (or 0x5150AB) is known color: Rich Blue. HEX triplet: 51, 50 and AB. RGB value is (81,80,171). Sum of RGB (Red+Green+Blue) = 81+80+171=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #5150AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5150AB is #AEAF54. Grayscale: #5A5A5A. Windows color (decimal): -11448149 or 11227217. OLE color: 11227217.

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

Color convert

RGB 81 80 171 -
CMYK 0.53 0.53 0 0.33
HSL 240.66º 0.36% 0.49% -
HSV(B) 240.66º 0.53% 0.67% -
XYZ 13.61 10.43 39.82 -
YUV 90.67 173.33 121.1 -
System Red Green Blue C M Y K H S L
Decimal 81 80 171 0.53 0.53 0 0.33 240.66 0.36 0.49
Hex 51 50 AB 35 35 0 21 F1 24 31
Octal 121 120 253 65 65 0 41 361 44 61
Binary 1010001 1010000 10101011 110101 110101 0 100001 11110001 100100 110001

Color Harmonies of #5150AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5150AB

Black with #5150AB

Text Example


Text Example

White with #5150AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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