Html Css Color HEX #505DB6 Rich Blue

📋 copy color: '#505DB6'

red 80 ◦ green 93 ◦ blue 182

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

Shades of Rich Blue #505DB6

Tints of Rich Blue #505DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 51.27%

R = 22.54%
G = 26.2%
B = 51.27%

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

#505DB6 (or 0x505DB6) is known color: Rich Blue. HEX triplet: 50, 5D and B6. RGB value is (80,93,182). Sum of RGB (Red+Green+Blue) = 80+93+182=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #505DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DB6 is #AFA249. Grayscale: #626262. Windows color (decimal): -11510346 or 11951440. OLE color: 11951440.

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

Color convert

RGB 80 93 182 -
CMYK 0.56 0.49 0 0.29
HSL 232.35º 0.41% 0.51% -
HSV(B) 232.35º 0.56% 0.71% -
XYZ 15.67 12.91 45.92 -
YUV 99.26 174.69 114.26 -
System Red Green Blue C M Y K H S L
Decimal 80 93 182 0.56 0.49 0 0.29 232.35 0.41 0.51
Hex 50 5D B6 38 31 0 1D E8 29 33
Octal 120 135 266 70 61 0 35 350 51 63
Binary 1010000 1011101 10110110 111000 110001 0 11101 11101000 101001 110011

Color Harmonies of #505DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505DB6

Black with #505DB6

Text Example


Text Example

White with #505DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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