Html Css Color HEX #503668 Blue Diamond

📋 copy color: '#503668'

red 80 ◦ green 54 ◦ blue 104

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

Shades of Blue Diamond #503668

Tints of Blue Diamond #503668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.69%

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

R = 33.61%
G = 22.69%
B = 43.7%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#503668 (or 0x503668) is known color: Blue Diamond. HEX triplet: 50, 36 and 68. RGB value is (80,54,104). Sum of RGB (Red+Green+Blue) = 80+54+104=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #503668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503668 is #AFC997. Grayscale: #434343. Windows color (decimal): -11520408 or 6829648. OLE color: 6829648.

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

Color convert

RGB 80 54 104 -
CMYK 0.23 0.48 0 0.59
HSL 271.2º 0.32% 0.31% -
HSV(B) 271.2º 0.48% 0.41% -
XYZ 7.13 5.34 13.75 -
YUV 67.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 80 54 104 0.23 0.48 0 0.59 271.2 0.32 0.31
Hex 50 36 68 17 30 0 3B 10F 20 1F
Octal 120 66 150 27 60 0 73 417 40 37
Binary 1010000 110110 1101000 10111 110000 0 111011 100001111 100000 11111

Color Harmonies of #503668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503668

Black with #503668

Text Example


Text Example

White with #503668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503668; }

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

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

background-color css

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

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

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

border-color css

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

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

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