Html Css Color HEX #505AB7 Rich Blue

📋 copy color: '#505AB7'

red 80 ◦ green 90 ◦ blue 183

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

Shades of Rich Blue #505AB7

Tints of Rich Blue #505AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.84%

R = 22.66%
G = 25.5%
B = 51.84%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#505AB7 (or 0x505AB7) is known color: Rich Blue. HEX triplet: 50, 5A and B7. RGB value is (80,90,183). Sum of RGB (Red+Green+Blue) = 80+90+183=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 183 (71.88% from 255 or 51.84% from 353); Max value from RGB is 183 - color contains mainly: blue. Hex color #505AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505AB7 is #AFA548. Grayscale: #616161. Windows color (decimal): -11511113 or 12016208. OLE color: 12016208.

HSL color Cylindrical-coordinate representation of color #505AB7: hue angle of 234.17º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #505AB7 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 90 183 -
CMYK 0.56 0.51 0 0.28
HSL 234.17º 0.42% 0.52% -
HSV(B) 234.17º 0.56% 0.72% -
XYZ 15.51 12.44 46.38 -
YUV 97.61 176.19 115.44 -
System Red Green Blue C M Y K H S L
Decimal 80 90 183 0.56 0.51 0 0.28 234.17 0.42 0.52
Hex 50 5A B7 38 33 0 1C EA 2A 34
Octal 120 132 267 70 63 0 34 352 52 64
Binary 1010000 1011010 10110111 111000 110011 0 11100 11101010 101010 110100

Color Harmonies of #505AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505AB7

Black with #505AB7

Text Example


Text Example

White with #505AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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