Html Css Color HEX #502672 Blue Diamond

📋 copy color: '#502672'

red 80 ◦ green 38 ◦ blue 114

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

Shades of Blue Diamond #502672

Tints of Blue Diamond #502672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.38%

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

R = 34.48%
G = 16.38%
B = 49.14%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#502672 (or 0x502672) is known color: Blue Diamond. HEX triplet: 50, 26 and 72. RGB value is (80,38,114). Sum of RGB (Red+Green+Blue) = 80+38+114=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #502672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502672 is #AFD98D. Grayscale: #3A3A3A. Windows color (decimal): -11524494 or 7480912. OLE color: 7480912.

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

Color convert

RGB 80 38 114 -
CMYK 0.30 0.67 0 0.55
HSL 273.16º 0.5% 0.3% -
HSV(B) 273.16º 0.67% 0.45% -
XYZ 7.04 4.31 16.38 -
YUV 59.22 158.91 142.82 -
System Red Green Blue C M Y K H S L
Decimal 80 38 114 0.30 0.67 0 0.55 273.16 0.5 0.3
Hex 50 26 72 1E 43 0 37 111 32 1E
Octal 120 46 162 36 103 0 67 421 62 36
Binary 1010000 100110 1110010 11110 1000011 0 110111 100010001 110010 11110

Color Harmonies of #502672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502672

Black with #502672

Text Example


Text Example

White with #502672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502672; }

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

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

background-color css

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

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

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

border-color css

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

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

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