Html Css Color HEX #502170 Blue Diamond

📋 copy color: '#502170'

red 80 ◦ green 33 ◦ blue 112

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

Shades of Blue Diamond #502170

Tints of Blue Diamond #502170

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.67%

 BLUE value IS 112 (44.14% from 255) = 49.78%

R = 35.56%
G = 14.67%
B = 49.78%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#502170 (or 0x502170) is known color: Blue Diamond. HEX triplet: 50, 21 and 70. RGB value is (80,33,112). Sum of RGB (Red+Green+Blue) = 80+33+112=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #502170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502170 is #AFDE8F. Grayscale: #373737. Windows color (decimal): -11525776 or 7348560. OLE color: 7348560.

HSL color Cylindrical-coordinate representation of color #502170: hue angle of 275.7º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #502170 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 33 112 -
CMYK 0.29 0.71 0 0.56
HSL 275.7º 0.54% 0.28% -
HSV(B) 275.7º 0.71% 0.44% -
XYZ 6.78 3.96 15.74 -
YUV 56.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 80 33 112 0.29 0.71 0 0.56 275.7 0.54 0.28
Hex 50 21 70 1D 47 0 38 114 36 1C
Octal 120 41 160 35 107 0 70 424 66 34
Binary 1010000 100001 1110000 11101 1000111 0 111000 100010100 110110 11100

Color Harmonies of #502170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502170

Black with #502170

Text Example


Text Example

White with #502170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502170; }

 p { color: rgb(80,33,112); }

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

background-color css

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

 a { background-color: rgb(80,33,112); }

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

border-color css

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

 span { border-color: rgb(80,33,112); }

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