Html Css Color HEX #502374 Blue Diamond

📋 copy color: '#502374'

red 80 ◦ green 35 ◦ blue 116

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

Shades of Blue Diamond #502374

Tints of Blue Diamond #502374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

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

R = 34.63%
G = 15.15%
B = 50.22%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#502374 (or 0x502374) is known color: Blue Diamond. HEX triplet: 50, 23 and 74. RGB value is (80,35,116). Sum of RGB (Red+Green+Blue) = 80+35+116=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #502374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502374 is #AFDC8B. Grayscale: #393939. Windows color (decimal): -11525260 or 7611216. OLE color: 7611216.

HSL color Cylindrical-coordinate representation of color #502374: hue angle of 273.33º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #502374 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 35 116 -
CMYK 0.31 0.70 0 0.55
HSL 273.33º 0.54% 0.3% -
HSV(B) 273.33º 0.7% 0.45% -
XYZ 7.06 4.17 16.96 -
YUV 57.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 80 35 116 0.31 0.70 0 0.55 273.33 0.54 0.3
Hex 50 23 74 1F 46 0 37 111 36 1E
Octal 120 43 164 37 106 0 67 421 66 36
Binary 1010000 100011 1110100 11111 1000110 0 110111 100010001 110110 11110

Color Harmonies of #502374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502374

Black with #502374

Text Example


Text Example

White with #502374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502374; }

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

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

background-color css

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

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

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

border-color css

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

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

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