Html Css Color HEX #503068 Blue Diamond

📋 copy color: '#503068'

red 80 ◦ green 48 ◦ blue 104

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

Shades of Blue Diamond #503068

Tints of Blue Diamond #503068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.83%

R = 34.48%
G = 20.69%
B = 44.83%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#503068 (or 0x503068) is known color: Blue Diamond. HEX triplet: 50, 30 and 68. RGB value is (80,48,104). Sum of RGB (Red+Green+Blue) = 80+48+104=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #503068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503068 is #AFCF97. Grayscale: #3F3F3F. Windows color (decimal): -11521944 or 6828112. OLE color: 6828112.

HSL color Cylindrical-coordinate representation of color #503068: hue angle of 274.29º 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 #503068 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 48 104 -
CMYK 0.23 0.54 0 0.59
HSL 274.29º 0.37% 0.3% -
HSV(B) 274.29º 0.54% 0.41% -
XYZ 6.86 4.82 13.67 -
YUV 63.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 80 48 104 0.23 0.54 0 0.59 274.29 0.37 0.3
Hex 50 30 68 17 36 0 3B 112 25 1E
Octal 120 60 150 27 66 0 73 422 45 36
Binary 1010000 110000 1101000 10111 110110 0 111011 100010010 100101 11110

Color Harmonies of #503068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503068

Black with #503068

Text Example


Text Example

White with #503068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503068; }

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

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

background-color css

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

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

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

border-color css

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

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

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