Html Css Color HEX #502869 Blue Diamond

📋 copy color: '#502869'

red 80 ◦ green 40 ◦ blue 105

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

Shades of Blue Diamond #502869

Tints of Blue Diamond #502869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

 BLUE value IS 105 (41.41% from 255) = 46.67%

R = 35.56%
G = 17.78%
B = 46.67%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#502869 (or 0x502869) is known color: Blue Diamond. HEX triplet: 50, 28 and 69. RGB value is (80,40,105). Sum of RGB (Red+Green+Blue) = 80+40+105=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #502869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502869 is #AFD796. Grayscale: #3B3B3B. Windows color (decimal): -11523991 or 6891600. OLE color: 6891600.

HSL color Cylindrical-coordinate representation of color #502869: hue angle of 276.92º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #502869 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 40 105 -
CMYK 0.24 0.62 0 0.59
HSL 276.92º 0.45% 0.28% -
HSV(B) 276.92º 0.62% 0.41% -
XYZ 6.62 4.24 13.83 -
YUV 59.37 153.75 142.71 -
System Red Green Blue C M Y K H S L
Decimal 80 40 105 0.24 0.62 0 0.59 276.92 0.45 0.28
Hex 50 28 69 18 3E 0 3B 115 2D 1C
Octal 120 50 151 30 76 0 73 425 55 34
Binary 1010000 101000 1101001 11000 111110 0 111011 100010101 101101 11100

Color Harmonies of #502869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502869

Black with #502869

Text Example


Text Example

White with #502869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502869; }

 p { color: rgb(80,40,105); }

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

background-color css

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

 a { background-color: rgb(80,40,105); }

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

border-color css

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

 span { border-color: rgb(80,40,105); }

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