Html Css Color HEX #505DB3 Rich Blue

📋 copy color: '#505DB3'

red 80 ◦ green 93 ◦ blue 179

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

Shades of Rich Blue #505DB3

Tints of Rich Blue #505DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.85%

R = 22.73%
G = 26.42%
B = 50.85%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#505DB3 (or 0x505DB3) is known color: Rich Blue. HEX triplet: 50, 5D and B3. RGB value is (80,93,179). Sum of RGB (Red+Green+Blue) = 80+93+179=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #505DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DB3 is #AFA24C. Grayscale: #626262. Windows color (decimal): -11510349 or 11754832. OLE color: 11754832.

HSL color Cylindrical-coordinate representation of color #505DB3: hue angle of 232.12º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #505DB3 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 93 179 -
CMYK 0.55 0.48 0 0.30
HSL 232.12º 0.39% 0.51% -
HSV(B) 232.12º 0.55% 0.7% -
XYZ 15.36 12.79 44.31 -
YUV 98.92 173.19 114.51 -
System Red Green Blue C M Y K H S L
Decimal 80 93 179 0.55 0.48 0 0.30 232.12 0.39 0.51
Hex 50 5D B3 37 30 0 1E E8 27 33
Octal 120 135 263 67 60 0 36 350 47 63
Binary 1010000 1011101 10110011 110111 110000 0 11110 11101000 100111 110011

Color Harmonies of #505DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505DB3

Black with #505DB3

Text Example


Text Example

White with #505DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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