Html Css Color HEX #502B76 Blue Diamond

📋 copy color: '#502B76'

red 80 ◦ green 43 ◦ blue 118

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

Shades of Blue Diamond #502B76

Tints of Blue Diamond #502B76

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.84%

 BLUE value IS 118 (46.48% from 255) = 48.96%

R = 33.2%
G = 17.84%
B = 48.96%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#502B76 (or 0x502B76) is known color: Blue Diamond. HEX triplet: 50, 2B and 76. RGB value is (80,43,118). Sum of RGB (Red+Green+Blue) = 80+43+118=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #502B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502B76 is #AFD489. Grayscale: #3E3E3E. Windows color (decimal): -11523210 or 7744336. OLE color: 7744336.

HSL color Cylindrical-coordinate representation of color #502B76: hue angle of 269.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #502B76 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 43 118 -
CMYK 0.32 0.64 0 0.54
HSL 269.6º 0.47% 0.32% -
HSV(B) 269.6º 0.64% 0.46% -
XYZ 7.44 4.74 17.66 -
YUV 62.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 80 43 118 0.32 0.64 0 0.54 269.6 0.47 0.32
Hex 50 2B 76 20 40 0 36 10E 2F 20
Octal 120 53 166 40 100 0 66 416 57 40
Binary 1010000 101011 1110110 100000 1000000 0 110110 100001110 101111 100000

Color Harmonies of #502B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B76

Black with #502B76

Text Example


Text Example

White with #502B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502B76; }

 p { color: rgb(80,43,118); }

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

background-color css

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

 a { background-color: rgb(80,43,118); }

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

border-color css

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

 span { border-color: rgb(80,43,118); }

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