Html Css Color HEX #503874 Blue Diamond

📋 copy color: '#503874'

red 80 ◦ green 56 ◦ blue 116

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

Shades of Blue Diamond #503874

Tints of Blue Diamond #503874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.03%

R = 31.75%
G = 22.22%
B = 46.03%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#503874 (or 0x503874) is known color: Blue Diamond. HEX triplet: 50, 38 and 74. RGB value is (80,56,116). Sum of RGB (Red+Green+Blue) = 80+56+116=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #503874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503874 is #AFC78B. Grayscale: #454545. Windows color (decimal): -11519884 or 7616592. OLE color: 7616592.

HSL color Cylindrical-coordinate representation of color #503874: hue angle of 264º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #503874 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 56 116 -
CMYK 0.31 0.52 0 0.55
HSL 264º 0.35% 0.34% -
HSV(B) 264º 0.52% 0.45% -
XYZ 7.87 5.79 17.23 -
YUV 70.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 80 56 116 0.31 0.52 0 0.55 264 0.35 0.34
Hex 50 38 74 1F 34 0 37 108 23 22
Octal 120 70 164 37 64 0 67 410 43 42
Binary 1010000 111000 1110100 11111 110100 0 110111 100001000 100011 100010

Color Harmonies of #503874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503874

Black with #503874

Text Example


Text Example

White with #503874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503874; }

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

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

background-color css

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

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

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

border-color css

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

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

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