Html Css Color HEX #505AAB Rich Blue

📋 copy color: '#505AAB'

red 80 ◦ green 90 ◦ blue 171

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

Shades of Rich Blue #505AAB

Tints of Rich Blue #505AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.39%

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

R = 23.46%
G = 26.39%
B = 50.15%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#505AAB (or 0x505AAB) is known color: Rich Blue. HEX triplet: 50, 5A and AB. RGB value is (80,90,171). Sum of RGB (Red+Green+Blue) = 80+90+171=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #505AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505AAB is #AFA554. Grayscale: #5F5F5F. Windows color (decimal): -11511125 or 11229776. OLE color: 11229776.

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

Color convert

RGB 80 90 171 -
CMYK 0.53 0.47 0 0.33
HSL 233.41º 0.36% 0.49% -
HSV(B) 233.41º 0.53% 0.67% -
XYZ 14.32 11.96 40.08 -
YUV 96.24 170.19 116.41 -
System Red Green Blue C M Y K H S L
Decimal 80 90 171 0.53 0.47 0 0.33 233.41 0.36 0.49
Hex 50 5A AB 35 2F 0 21 E9 24 31
Octal 120 132 253 65 57 0 41 351 44 61
Binary 1010000 1011010 10101011 110101 101111 0 100001 11101001 100100 110001

Color Harmonies of #505AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505AAB

Black with #505AAB

Text Example


Text Example

White with #505AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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