Html Css Color HEX #502C77 Blue Diamond

📋 copy color: '#502C77'

red 80 ◦ green 44 ◦ blue 119

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

Shades of Blue Diamond #502C77

Tints of Blue Diamond #502C77

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.11%

 BLUE value IS 119 (46.88% from 255) = 48.97%

R = 32.92%
G = 18.11%
B = 48.97%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#502C77 (or 0x502C77) is known color: Blue Diamond. HEX triplet: 50, 2C and 77. RGB value is (80,44,119). Sum of RGB (Red+Green+Blue) = 80+44+119=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #502C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502C77 is #AFD388. Grayscale: #3F3F3F. Windows color (decimal): -11522953 or 7810128. OLE color: 7810128.

HSL color Cylindrical-coordinate representation of color #502C77: hue angle of 268.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #502C77 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 44 119 -
CMYK 0.33 0.63 0 0.53
HSL 268.8º 0.46% 0.32% -
HSV(B) 268.8º 0.63% 0.47% -
XYZ 7.54 4.84 17.99 -
YUV 63.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 80 44 119 0.33 0.63 0 0.53 268.8 0.46 0.32
Hex 50 2C 77 21 3F 0 35 10D 2E 20
Octal 120 54 167 41 77 0 65 415 56 40
Binary 1010000 101100 1110111 100001 111111 0 110101 100001101 101110 100000

Color Harmonies of #502C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C77

Black with #502C77

Text Example


Text Example

White with #502C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,44,119); }

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

background-color css

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

 a { background-color: rgb(80,44,119); }

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

border-color css

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

 span { border-color: rgb(80,44,119); }

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