Html Css Color HEX #502769 Blue Diamond

📋 copy color: '#502769'

red 80 ◦ green 39 ◦ blue 105

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

Shades of Blue Diamond #502769

Tints of Blue Diamond #502769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.41%

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

R = 35.71%
G = 17.41%
B = 46.88%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#502769 (or 0x502769) is known color: Blue Diamond. HEX triplet: 50, 27 and 69. RGB value is (80,39,105). Sum of RGB (Red+Green+Blue) = 80+39+105=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #502769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502769 is #AFD896. Grayscale: #3A3A3A. Windows color (decimal): -11524247 or 6891344. OLE color: 6891344.

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

Color convert

RGB 80 39 105 -
CMYK 0.24 0.63 0 0.59
HSL 277.27º 0.46% 0.28% -
HSV(B) 277.27º 0.63% 0.41% -
XYZ 6.58 4.18 13.82 -
YUV 58.78 154.08 143.13 -
System Red Green Blue C M Y K H S L
Decimal 80 39 105 0.24 0.63 0 0.59 277.27 0.46 0.28
Hex 50 27 69 18 3F 0 3B 115 2E 1C
Octal 120 47 151 30 77 0 73 425 56 34
Binary 1010000 100111 1101001 11000 111111 0 111011 100010101 101110 11100

Color Harmonies of #502769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502769

Black with #502769

Text Example


Text Example

White with #502769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502769; }

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

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

background-color css

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

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

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

border-color css

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

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

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