Html Css Color HEX #505BAB Rich Blue

📋 copy color: '#505BAB'

red 80 ◦ green 91 ◦ blue 171

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

Shades of Rich Blue #505BAB

Tints of Rich Blue #505BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.61%

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

R = 23.39%
G = 26.61%
B = 50%

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

#505BAB (or 0x505BAB) is known color: Rich Blue. HEX triplet: 50, 5B and AB. RGB value is (80,91,171). Sum of RGB (Red+Green+Blue) = 80+91+171=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #505BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505BAB is #AFA454. Grayscale: #606060. Windows color (decimal): -11510869 or 11230032. OLE color: 11230032.

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

Color convert

RGB 80 91 171 -
CMYK 0.53 0.47 0 0.33
HSL 232.75º 0.36% 0.49% -
HSV(B) 232.75º 0.53% 0.67% -
XYZ 14.4 12.13 40.11 -
YUV 96.83 169.86 116 -
System Red Green Blue C M Y K H S L
Decimal 80 91 171 0.53 0.47 0 0.33 232.75 0.36 0.49
Hex 50 5B AB 35 2F 0 21 E9 24 31
Octal 120 133 253 65 57 0 41 351 44 61
Binary 1010000 1011011 10101011 110101 101111 0 100001 11101001 100100 110001

Color Harmonies of #505BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505BAB

Black with #505BAB

Text Example


Text Example

White with #505BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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