Html Css Color HEX #502570 Blue Diamond

📋 copy color: '#502570'

red 80 ◦ green 37 ◦ blue 112

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

Shades of Blue Diamond #502570

Tints of Blue Diamond #502570

RGB

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

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

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

R = 34.93%
G = 16.16%
B = 48.91%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#502570 (or 0x502570) is known color: Blue Diamond. HEX triplet: 50, 25 and 70. RGB value is (80,37,112). Sum of RGB (Red+Green+Blue) = 80+37+112=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #502570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502570 is #AFDA8F. Grayscale: #3A3A3A. Windows color (decimal): -11524752 or 7349584. OLE color: 7349584.

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

Color convert

RGB 80 37 112 -
CMYK 0.29 0.67 0 0.56
HSL 274.4º 0.5% 0.29% -
HSV(B) 274.4º 0.67% 0.44% -
XYZ 6.89 4.2 15.78 -
YUV 58.41 158.25 143.4 -
System Red Green Blue C M Y K H S L
Decimal 80 37 112 0.29 0.67 0 0.56 274.4 0.5 0.29
Hex 50 25 70 1D 43 0 38 112 32 1D
Octal 120 45 160 35 103 0 70 422 62 35
Binary 1010000 100101 1110000 11101 1000011 0 111000 100010010 110010 11101

Color Harmonies of #502570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502570

Black with #502570

Text Example


Text Example

White with #502570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502570; }

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

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

background-color css

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

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

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

border-color css

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

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

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