Html Css Color HEX #505EAB Rich Blue

📋 copy color: '#505EAB'

red 80 ◦ green 94 ◦ blue 171

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

Shades of Rich Blue #505EAB

Tints of Rich Blue #505EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.25%

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

R = 23.19%
G = 27.25%
B = 49.57%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#505EAB (or 0x505EAB) is known color: Rich Blue. HEX triplet: 50, 5E and AB. RGB value is (80,94,171). Sum of RGB (Red+Green+Blue) = 80+94+171=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #505EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505EAB is #AFA154. Grayscale: #626262. Windows color (decimal): -11510101 or 11230800. OLE color: 11230800.

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

Color convert

RGB 80 94 171 -
CMYK 0.53 0.45 0 0.33
HSL 230.77º 0.36% 0.49% -
HSV(B) 230.77º 0.53% 0.67% -
XYZ 14.66 12.65 40.2 -
YUV 98.59 168.86 114.74 -
System Red Green Blue C M Y K H S L
Decimal 80 94 171 0.53 0.45 0 0.33 230.77 0.36 0.49
Hex 50 5E AB 35 2D 0 21 E7 24 31
Octal 120 136 253 65 55 0 41 347 44 61
Binary 1010000 1011110 10101011 110101 101101 0 100001 11100111 100100 110001

Color Harmonies of #505EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505EAB

Black with #505EAB

Text Example


Text Example

White with #505EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505EAB; }

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

 H1.HeaderClassName
 {
   color: #505EAB;
 }
 .AnyTagClassName
 {
   color: #505EAB;
 }
</style>

background-color css

<style>
 a { background-color: #505EAB; }

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

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

border-color css

<style>
 span { border-color: #505EAB; }

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

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