Html Css Color HEX #502272 Blue Diamond

📋 copy color: '#502272'

red 80 ◦ green 34 ◦ blue 114

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

Shades of Blue Diamond #502272

Tints of Blue Diamond #502272

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.91%

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

R = 35.09%
G = 14.91%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#502272 (or 0x502272) is known color: Blue Diamond. HEX triplet: 50, 22 and 72. RGB value is (80,34,114). Sum of RGB (Red+Green+Blue) = 80+34+114=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #502272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502272 is #AFDD8D. Grayscale: #383838. Windows color (decimal): -11525518 or 7479888. OLE color: 7479888.

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

Color convert

RGB 80 34 114 -
CMYK 0.30 0.70 0 0.55
HSL 274.5º 0.54% 0.29% -
HSV(B) 274.5º 0.7% 0.45% -
XYZ 6.92 4.06 16.34 -
YUV 56.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 80 34 114 0.30 0.70 0 0.55 274.5 0.54 0.29
Hex 50 22 72 1E 46 0 37 112 36 1D
Octal 120 42 162 36 106 0 67 422 66 35
Binary 1010000 100010 1110010 11110 1000110 0 110111 100010010 110110 11101

Color Harmonies of #502272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502272

Black with #502272

Text Example


Text Example

White with #502272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502272; }

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

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

background-color css

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

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

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

border-color css

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

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

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