Html Css Color HEX #505DB5 Rich Blue

📋 copy color: '#505DB5'

red 80 ◦ green 93 ◦ blue 181

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

Shades of Rich Blue #505DB5

Tints of Rich Blue #505DB5

RGB

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

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

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

R = 22.6%
G = 26.27%
B = 51.13%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#505DB5 (or 0x505DB5) is known color: Rich Blue. HEX triplet: 50, 5D and B5. RGB value is (80,93,181). Sum of RGB (Red+Green+Blue) = 80+93+181=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #505DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DB5 is #AFA24A. Grayscale: #626262. Windows color (decimal): -11510347 or 11885904. OLE color: 11885904.

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

Color convert

RGB 80 93 181 -
CMYK 0.56 0.49 0 0.29
HSL 232.28º 0.41% 0.51% -
HSV(B) 232.28º 0.56% 0.71% -
XYZ 15.56 12.87 45.38 -
YUV 99.15 174.19 114.34 -
System Red Green Blue C M Y K H S L
Decimal 80 93 181 0.56 0.49 0 0.29 232.28 0.41 0.51
Hex 50 5D B5 38 31 0 1D E8 29 33
Octal 120 135 265 70 61 0 35 350 51 63
Binary 1010000 1011101 10110101 111000 110001 0 11101 11101000 101001 110011

Color Harmonies of #505DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505DB5

Black with #505DB5

Text Example


Text Example

White with #505DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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