Html Css Color HEX #505AB5 Rich Blue

📋 copy color: '#505AB5'

red 80 ◦ green 90 ◦ blue 181

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

Shades of Rich Blue #505AB5

Tints of Rich Blue #505AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 51.57%

R = 22.79%
G = 25.64%
B = 51.57%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#505AB5 (or 0x505AB5) is known color: Rich Blue. HEX triplet: 50, 5A and B5. RGB value is (80,90,181). Sum of RGB (Red+Green+Blue) = 80+90+181=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 181 (71.09% from 255 or 51.57% from 351); Max value from RGB is 181 - color contains mainly: blue. Hex color #505AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505AB5 is #AFA54A. Grayscale: #616161. Windows color (decimal): -11511115 or 11885136. OLE color: 11885136.

HSL color Cylindrical-coordinate representation of color #505AB5: hue angle of 234.06º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #505AB5 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 90 181 -
CMYK 0.56 0.50 0 0.29
HSL 234.06º 0.41% 0.51% -
HSV(B) 234.06º 0.56% 0.71% -
XYZ 15.3 12.35 45.29 -
YUV 97.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 80 90 181 0.56 0.50 0 0.29 234.06 0.41 0.51
Hex 50 5A B5 38 32 0 1D EA 29 33
Octal 120 132 265 70 62 0 35 352 51 63
Binary 1010000 1011010 10110101 111000 110010 0 11101 11101010 101001 110011

Color Harmonies of #505AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505AB5

Black with #505AB5

Text Example


Text Example

White with #505AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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