Html Css Color HEX #5041AB Rich Blue

📋 copy color: '#5041AB'

red 80 ◦ green 65 ◦ blue 171

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

Shades of Rich Blue #5041AB

Tints of Rich Blue #5041AB

RGB

 RED value IS 80 (31.64% from 255) = 25.32%

 GREEN value IS 65 (25.78% from 255) = 20.57%

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

R = 25.32%
G = 20.57%
B = 54.11%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5041AB (or 0x5041AB) is known color: Rich Blue. HEX triplet: 50, 41 and AB. RGB value is (80,65,171). Sum of RGB (Red+Green+Blue) = 80+65+171=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #5041AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5041AB is #AFBE54. Grayscale: #515151. Windows color (decimal): -11517525 or 11223376. OLE color: 11223376.

HSL color Cylindrical-coordinate representation of color #5041AB: hue angle of 248.49º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5041AB is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 65 171 -
CMYK 0.53 0.62 0 0.33
HSL 248.49º 0.45% 0.46% -
HSV(B) 248.49º 0.62% 0.67% -
XYZ 12.55 8.43 39.49 -
YUV 81.57 178.47 126.88 -
System Red Green Blue C M Y K H S L
Decimal 80 65 171 0.53 0.62 0 0.33 248.49 0.45 0.46
Hex 50 41 AB 35 3E 0 21 F8 2D 2E
Octal 120 101 253 65 76 0 41 370 55 56
Binary 1010000 1000001 10101011 110101 111110 0 100001 11111000 101101 101110

Color Harmonies of #5041AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5041AB

Black with #5041AB

Text Example


Text Example

White with #5041AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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