Html Css Color HEX #502577 Blue Diamond

📋 copy color: '#502577'

red 80 ◦ green 37 ◦ blue 119

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

Shades of Blue Diamond #502577

Tints of Blue Diamond #502577

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

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

R = 33.9%
G = 15.68%
B = 50.42%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#502577 (or 0x502577) is known color: Blue Diamond. HEX triplet: 50, 25 and 77. RGB value is (80,37,119). Sum of RGB (Red+Green+Blue) = 80+37+119=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #502577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502577 is #AFDA88. Grayscale: #3A3A3A. Windows color (decimal): -11524745 or 7808336. OLE color: 7808336.

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

Color convert

RGB 80 37 119 -
CMYK 0.33 0.69 0 0.53
HSL 271.46º 0.53% 0.31% -
HSV(B) 271.46º 0.69% 0.47% -
XYZ 7.3 4.36 17.91 -
YUV 59.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 80 37 119 0.33 0.69 0 0.53 271.46 0.53 0.31
Hex 50 25 77 21 45 0 35 10F 35 1F
Octal 120 45 167 41 105 0 65 417 65 37
Binary 1010000 100101 1110111 100001 1000101 0 110101 100001111 110101 11111

Color Harmonies of #502577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502577

Black with #502577

Text Example


Text Example

White with #502577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502577; }

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

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

background-color css

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

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

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

border-color css

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

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

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