Html Css Color HEX #505DB7 Rich Blue

📋 copy color: '#505DB7'

red 80 ◦ green 93 ◦ blue 183

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

Shades of Rich Blue #505DB7

Tints of Rich Blue #505DB7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.12%

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

R = 22.47%
G = 26.12%
B = 51.4%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#505DB7 (or 0x505DB7) is known color: Rich Blue. HEX triplet: 50, 5D and B7. RGB value is (80,93,183). Sum of RGB (Red+Green+Blue) = 80+93+183=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #505DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DB7 is #AFA248. Grayscale: #636363. Windows color (decimal): -11510345 or 12016976. OLE color: 12016976.

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

Color convert

RGB 80 93 183 -
CMYK 0.56 0.49 0 0.28
HSL 232.43º 0.42% 0.52% -
HSV(B) 232.43º 0.56% 0.72% -
XYZ 15.77 12.95 46.47 -
YUV 99.37 175.19 114.18 -
System Red Green Blue C M Y K H S L
Decimal 80 93 183 0.56 0.49 0 0.28 232.43 0.42 0.52
Hex 50 5D B7 38 31 0 1C E8 2A 34
Octal 120 135 267 70 61 0 34 350 52 64
Binary 1010000 1011101 10110111 111000 110001 0 11100 11101000 101010 110100

Color Harmonies of #505DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505DB7

Black with #505DB7

Text Example


Text Example

White with #505DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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