Html Css Color HEX #505BB7 Rich Blue

📋 copy color: '#505BB7'

red 80 ◦ green 91 ◦ blue 183

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

Shades of Rich Blue #505BB7

Tints of Rich Blue #505BB7

RGB

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

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

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

R = 22.6%
G = 25.71%
B = 51.69%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#505BB7 (or 0x505BB7) is known color: Rich Blue. HEX triplet: 50, 5B and B7. RGB value is (80,91,183). Sum of RGB (Red+Green+Blue) = 80+91+183=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 183 (71.88% from 255 or 51.69% from 354); Max value from RGB is 183 - color contains mainly: blue. Hex color #505BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BB7 is #AFA448. Grayscale: #616161. Windows color (decimal): -11510857 or 12016464. OLE color: 12016464.

HSL color Cylindrical-coordinate representation of color #505BB7: hue angle of 233.59º 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 #505BB7 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 91 183 -
CMYK 0.56 0.50 0 0.28
HSL 233.59º 0.42% 0.52% -
HSV(B) 233.59º 0.56% 0.72% -
XYZ 15.6 12.61 46.41 -
YUV 98.2 175.86 115.02 -
System Red Green Blue C M Y K H S L
Decimal 80 91 183 0.56 0.50 0 0.28 233.59 0.42 0.52
Hex 50 5B B7 38 32 0 1C EA 2A 34
Octal 120 133 267 70 62 0 34 352 52 64
Binary 1010000 1011011 10110111 111000 110010 0 11100 11101010 101010 110100

Color Harmonies of #505BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505BB7

Black with #505BB7

Text Example


Text Example

White with #505BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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