Html Css Color HEX #502770 Blue Diamond

📋 copy color: '#502770'

red 80 ◦ green 39 ◦ blue 112

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

Shades of Blue Diamond #502770

Tints of Blue Diamond #502770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.48%

R = 34.63%
G = 16.88%
B = 48.48%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#502770 (or 0x502770) is known color: Blue Diamond. HEX triplet: 50, 27 and 70. RGB value is (80,39,112). Sum of RGB (Red+Green+Blue) = 80+39+112=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #502770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502770 is #AFD88F. Grayscale: #3B3B3B. Windows color (decimal): -11524240 or 7350096. OLE color: 7350096.

HSL color Cylindrical-coordinate representation of color #502770: hue angle of 273.7º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #502770 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 39 112 -
CMYK 0.29 0.65 0 0.56
HSL 273.7º 0.48% 0.3% -
HSV(B) 273.7º 0.65% 0.44% -
XYZ 6.96 4.33 15.8 -
YUV 59.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 80 39 112 0.29 0.65 0 0.56 273.7 0.48 0.3
Hex 50 27 70 1D 41 0 38 112 30 1E
Octal 120 47 160 35 101 0 70 422 60 36
Binary 1010000 100111 1110000 11101 1000001 0 111000 100010010 110000 11110

Color Harmonies of #502770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502770

Black with #502770

Text Example


Text Example

White with #502770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502770; }

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

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

background-color css

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

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

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

border-color css

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

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

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