Html Css Color HEX #502D77 Blue Diamond

📋 copy color: '#502D77'

red 80 ◦ green 45 ◦ blue 119

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

Shades of Blue Diamond #502D77

Tints of Blue Diamond #502D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.44%

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

R = 32.79%
G = 18.44%
B = 48.77%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#502D77 (or 0x502D77) is known color: Blue Diamond. HEX triplet: 50, 2D and 77. RGB value is (80,45,119). Sum of RGB (Red+Green+Blue) = 80+45+119=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #502D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502D77 is #AFD288. Grayscale: #3F3F3F. Windows color (decimal): -11522697 or 7810384. OLE color: 7810384.

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

Color convert

RGB 80 45 119 -
CMYK 0.33 0.62 0 0.53
HSL 268.38º 0.45% 0.32% -
HSV(B) 268.38º 0.62% 0.47% -
XYZ 7.58 4.91 18 -
YUV 63.9 159.1 139.48 -
System Red Green Blue C M Y K H S L
Decimal 80 45 119 0.33 0.62 0 0.53 268.38 0.45 0.32
Hex 50 2D 77 21 3E 0 35 10C 2D 20
Octal 120 55 167 41 76 0 65 414 55 40
Binary 1010000 101101 1110111 100001 111110 0 110101 100001100 101101 100000

Color Harmonies of #502D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D77

Black with #502D77

Text Example


Text Example

White with #502D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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