Html Css Color HEX #502D68 Blue Diamond

📋 copy color: '#502D68'

red 80 ◦ green 45 ◦ blue 104

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

Shades of Blue Diamond #502D68

Tints of Blue Diamond #502D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.41%

R = 34.93%
G = 19.65%
B = 45.41%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#502D68 (or 0x502D68) is known color: Blue Diamond. HEX triplet: 50, 2D and 68. RGB value is (80,45,104). Sum of RGB (Red+Green+Blue) = 80+45+104=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #502D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502D68 is #AFD297. Grayscale: #3D3D3D. Windows color (decimal): -11522712 or 6827344. OLE color: 6827344.

HSL color Cylindrical-coordinate representation of color #502D68: hue angle of 275.59º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #502D68 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 45 104 -
CMYK 0.23 0.57 0 0.59
HSL 275.59º 0.4% 0.29% -
HSV(B) 275.59º 0.57% 0.41% -
XYZ 6.75 4.58 13.63 -
YUV 62.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 80 45 104 0.23 0.57 0 0.59 275.59 0.4 0.29
Hex 50 2D 68 17 39 0 3B 114 28 1D
Octal 120 55 150 27 71 0 73 424 50 35
Binary 1010000 101101 1101000 10111 111001 0 111011 100010100 101000 11101

Color Harmonies of #502D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D68

Black with #502D68

Text Example


Text Example

White with #502D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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