Html Css Color HEX #503069 Blue Diamond

📋 copy color: '#503069'

red 80 ◦ green 48 ◦ blue 105

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

Shades of Blue Diamond #503069

Tints of Blue Diamond #503069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

 BLUE value IS 105 (41.41% from 255) = 45.06%

R = 34.33%
G = 20.6%
B = 45.06%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#503069 (or 0x503069) is known color: Blue Diamond. HEX triplet: 50, 30 and 69. RGB value is (80,48,105). Sum of RGB (Red+Green+Blue) = 80+48+105=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #503069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503069 is #AFCF96. Grayscale: #3F3F3F. Windows color (decimal): -11521943 or 6893648. OLE color: 6893648.

HSL color Cylindrical-coordinate representation of color #503069: hue angle of 273.68º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #503069 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 48 105 -
CMYK 0.24 0.54 0 0.59
HSL 273.68º 0.37% 0.3% -
HSV(B) 273.68º 0.54% 0.41% -
XYZ 6.92 4.84 13.93 -
YUV 64.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 80 48 105 0.24 0.54 0 0.59 273.68 0.37 0.3
Hex 50 30 69 18 36 0 3B 112 25 1E
Octal 120 60 151 30 66 0 73 422 45 36
Binary 1010000 110000 1101001 11000 110110 0 111011 100010010 100101 11110

Color Harmonies of #503069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503069

Black with #503069

Text Example


Text Example

White with #503069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503069; }

 p { color: rgb(80,48,105); }

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

background-color css

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

 a { background-color: rgb(80,48,105); }

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

border-color css

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

 span { border-color: rgb(80,48,105); }

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