Html Css Color HEX #502074 Blue Diamond

📋 copy color: '#502074'

red 80 ◦ green 32 ◦ blue 116

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

Shades of Blue Diamond #502074

Tints of Blue Diamond #502074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.04%

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

R = 35.09%
G = 14.04%
B = 50.88%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#502074 (or 0x502074) is known color: Blue Diamond. HEX triplet: 50, 20 and 74. RGB value is (80,32,116). Sum of RGB (Red+Green+Blue) = 80+32+116=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #502074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502074 is #AFDF8B. Grayscale: #373737. Windows color (decimal): -11526028 or 7610448. OLE color: 7610448.

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

Color convert

RGB 80 32 116 -
CMYK 0.31 0.72 0 0.55
HSL 274.29º 0.57% 0.29% -
HSV(B) 274.29º 0.72% 0.45% -
XYZ 6.98 4 16.93 -
YUV 55.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 80 32 116 0.31 0.72 0 0.55 274.29 0.57 0.29
Hex 50 20 74 1F 48 0 37 112 39 1D
Octal 120 40 164 37 110 0 67 422 71 35
Binary 1010000 100000 1110100 11111 1001000 0 110111 100010010 111001 11101

Color Harmonies of #502074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502074

Black with #502074

Text Example


Text Example

White with #502074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502074; }

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

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

background-color css

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

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

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

border-color css

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

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

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