Html Css Color HEX #503570 Blue Diamond

📋 copy color: '#503570'

red 80 ◦ green 53 ◦ blue 112

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

Shades of Blue Diamond #503570

Tints of Blue Diamond #503570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.63%

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

R = 32.65%
G = 21.63%
B = 45.71%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#503570 (or 0x503570) is known color: Blue Diamond. HEX triplet: 50, 35 and 70. RGB value is (80,53,112). Sum of RGB (Red+Green+Blue) = 80+53+112=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #503570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503570 is #AFCA8F. Grayscale: #434343. Windows color (decimal): -11520656 or 7353680. OLE color: 7353680.

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

Color convert

RGB 80 53 112 -
CMYK 0.29 0.53 0 0.56
HSL 267.46º 0.36% 0.32% -
HSV(B) 267.46º 0.53% 0.44% -
XYZ 7.51 5.42 15.98 -
YUV 67.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 80 53 112 0.29 0.53 0 0.56 267.46 0.36 0.32
Hex 50 35 70 1D 35 0 38 10B 24 20
Octal 120 65 160 35 65 0 70 413 44 40
Binary 1010000 110101 1110000 11101 110101 0 111000 100001011 100100 100000

Color Harmonies of #503570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503570

Black with #503570

Text Example


Text Example

White with #503570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503570; }

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

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

background-color css

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

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

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

border-color css

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

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

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