Html Css Color HEX #503768 Blue Diamond

📋 copy color: '#503768'

red 80 ◦ green 55 ◦ blue 104

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

Shades of Blue Diamond #503768

Tints of Blue Diamond #503768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.01%

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

R = 33.47%
G = 23.01%
B = 43.51%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#503768 (or 0x503768) is known color: Blue Diamond. HEX triplet: 50, 37 and 68. RGB value is (80,55,104). Sum of RGB (Red+Green+Blue) = 80+55+104=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #503768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503768 is #AFC897. Grayscale: #434343. Windows color (decimal): -11520152 or 6829904. OLE color: 6829904.

HSL color Cylindrical-coordinate representation of color #503768: hue angle of 270.61º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #503768 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 55 104 -
CMYK 0.23 0.47 0 0.59
HSL 270.61º 0.31% 0.31% -
HSV(B) 270.61º 0.47% 0.41% -
XYZ 7.17 5.44 13.77 -
YUV 68.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 80 55 104 0.23 0.47 0 0.59 270.61 0.31 0.31
Hex 50 37 68 17 2F 0 3B 10F 1F 1F
Octal 120 67 150 27 57 0 73 417 37 37
Binary 1010000 110111 1101000 10111 101111 0 111011 100001111 11111 11111

Color Harmonies of #503768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503768

Black with #503768

Text Example


Text Example

White with #503768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503768; }

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

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

background-color css

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

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

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

border-color css

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

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

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