Html Css Color HEX #503876 Blue Diamond

📋 copy color: '#503876'

red 80 ◦ green 56 ◦ blue 118

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

Shades of Blue Diamond #503876

Tints of Blue Diamond #503876

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.05%

 BLUE value IS 118 (46.48% from 255) = 46.46%

R = 31.5%
G = 22.05%
B = 46.46%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#503876 (or 0x503876) is known color: Blue Diamond. HEX triplet: 50, 38 and 76. RGB value is (80,56,118). Sum of RGB (Red+Green+Blue) = 80+56+118=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #503876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503876 is #AFC789. Grayscale: #464646. Windows color (decimal): -11519882 or 7747664. OLE color: 7747664.

HSL color Cylindrical-coordinate representation of color #503876: hue angle of 263.23º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #503876 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 56 118 -
CMYK 0.32 0.53 0 0.54
HSL 263.23º 0.36% 0.34% -
HSV(B) 263.23º 0.53% 0.46% -
XYZ 7.99 5.84 17.85 -
YUV 70.24 154.95 134.96 -
System Red Green Blue C M Y K H S L
Decimal 80 56 118 0.32 0.53 0 0.54 263.23 0.36 0.34
Hex 50 38 76 20 35 0 36 107 24 22
Octal 120 70 166 40 65 0 66 407 44 42
Binary 1010000 111000 1110110 100000 110101 0 110110 100000111 100100 100010

Color Harmonies of #503876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503876

Black with #503876

Text Example


Text Example

White with #503876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503876; }

 p { color: rgb(80,56,118); }

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

background-color css

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

 a { background-color: rgb(80,56,118); }

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

border-color css

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

 span { border-color: rgb(80,56,118); }

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