Html Css Color HEX #502D75 Blue Diamond

📋 copy color: '#502D75'

red 80 ◦ green 45 ◦ blue 117

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

Shades of Blue Diamond #502D75

Tints of Blue Diamond #502D75

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.6%

 BLUE value IS 117 (46.09% from 255) = 48.35%

R = 33.06%
G = 18.6%
B = 48.35%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#502D75 (or 0x502D75) is known color: Blue Diamond. HEX triplet: 50, 2D and 75. RGB value is (80,45,117). Sum of RGB (Red+Green+Blue) = 80+45+117=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #502D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502D75 is #AFD28A. Grayscale: #3F3F3F. Windows color (decimal): -11522699 or 7679312. OLE color: 7679312.

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

Color convert

RGB 80 45 117 -
CMYK 0.32 0.62 0 0.54
HSL 269.17º 0.44% 0.32% -
HSV(B) 269.17º 0.62% 0.46% -
XYZ 7.46 4.87 17.38 -
YUV 63.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 80 45 117 0.32 0.62 0 0.54 269.17 0.44 0.32
Hex 50 2D 75 20 3E 0 36 10D 2C 20
Octal 120 55 165 40 76 0 66 415 54 40
Binary 1010000 101101 1110101 100000 111110 0 110110 100001101 101100 100000

Color Harmonies of #502D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D75

Black with #502D75

Text Example


Text Example

White with #502D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,45,117); }

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

background-color css

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

 a { background-color: rgb(80,45,117); }

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

border-color css

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

 span { border-color: rgb(80,45,117); }

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