Html Css Color HEX #502872 Blue Diamond

📋 copy color: '#502872'

red 80 ◦ green 40 ◦ blue 114

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

Shades of Blue Diamond #502872

Tints of Blue Diamond #502872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.09%

 BLUE value IS 114 (44.92% from 255) = 48.72%

R = 34.19%
G = 17.09%
B = 48.72%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#502872 (or 0x502872) is known color: Blue Diamond. HEX triplet: 50, 28 and 72. RGB value is (80,40,114). Sum of RGB (Red+Green+Blue) = 80+40+114=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #502872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502872 is #AFD78D. Grayscale: #3C3C3C. Windows color (decimal): -11523982 or 7481424. OLE color: 7481424.

HSL color Cylindrical-coordinate representation of color #502872: hue angle of 272.43º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #502872 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 40 114 -
CMYK 0.30 0.65 0 0.55
HSL 272.43º 0.48% 0.3% -
HSV(B) 272.43º 0.65% 0.45% -
XYZ 7.1 4.44 16.4 -
YUV 60.4 158.25 141.98 -
System Red Green Blue C M Y K H S L
Decimal 80 40 114 0.30 0.65 0 0.55 272.43 0.48 0.3
Hex 50 28 72 1E 41 0 37 110 30 1E
Octal 120 50 162 36 101 0 67 420 60 36
Binary 1010000 101000 1110010 11110 1000001 0 110111 100010000 110000 11110

Color Harmonies of #502872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502872

Black with #502872

Text Example


Text Example

White with #502872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502872; }

 p { color: rgb(80,40,114); }

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

background-color css

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

 a { background-color: rgb(80,40,114); }

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

border-color css

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

 span { border-color: rgb(80,40,114); }

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