Html Css Color HEX #502E6C Blue Diamond

📋 copy color: '#502E6C'

red 80 ◦ green 46 ◦ blue 108

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

Shades of Blue Diamond #502E6C

Tints of Blue Diamond #502E6C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.66%

 BLUE value IS 108 (42.58% from 255) = 46.15%

R = 34.19%
G = 19.66%
B = 46.15%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#502E6C (or 0x502E6C) is known color: Blue Diamond. HEX triplet: 50, 2E and 6C. RGB value is (80,46,108). Sum of RGB (Red+Green+Blue) = 80+46+108=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #502E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502E6C is #AFD193. Grayscale: #3F3F3F. Windows color (decimal): -11522452 or 7089744. OLE color: 7089744.

HSL color Cylindrical-coordinate representation of color #502E6C: hue angle of 272.9º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #502E6C is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 46 108 -
CMYK 0.26 0.57 0 0.58
HSL 272.9º 0.4% 0.3% -
HSV(B) 272.9º 0.57% 0.42% -
XYZ 6.99 4.74 14.73 -
YUV 63.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 80 46 108 0.26 0.57 0 0.58 272.9 0.4 0.3
Hex 50 2E 6C 1A 39 0 3A 111 28 1E
Octal 120 56 154 32 71 0 72 421 50 36
Binary 1010000 101110 1101100 11010 111001 0 111010 100010001 101000 11110

Color Harmonies of #502E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502E6C

Black with #502E6C

Text Example


Text Example

White with #502E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,46,108); }

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

background-color css

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

 a { background-color: rgb(80,46,108); }

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

border-color css

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

 span { border-color: rgb(80,46,108); }

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