Html Css Color HEX #503367 Blue Diamond

📋 copy color: '#503367'

red 80 ◦ green 51 ◦ blue 103

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

Shades of Blue Diamond #503367

Tints of Blue Diamond #503367

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.79%

 BLUE value IS 103 (40.63% from 255) = 44.02%

R = 34.19%
G = 21.79%
B = 44.02%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#503367 (or 0x503367) is known color: Blue Diamond. HEX triplet: 50, 33 and 67. RGB value is (80,51,103). Sum of RGB (Red+Green+Blue) = 80+51+103=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #503367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503367 is #AFCC98. Grayscale: #414141. Windows color (decimal): -11521177 or 6763344. OLE color: 6763344.

HSL color Cylindrical-coordinate representation of color #503367: hue angle of 273.46º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #503367 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 51 103 -
CMYK 0.22 0.50 0 0.60
HSL 273.46º 0.34% 0.3% -
HSV(B) 273.46º 0.5% 0.4% -
XYZ 6.94 5.05 13.44 -
YUV 65.6 149.11 138.27 -
System Red Green Blue C M Y K H S L
Decimal 80 51 103 0.22 0.50 0 0.60 273.46 0.34 0.3
Hex 50 33 67 16 32 0 3C 111 22 1E
Octal 120 63 147 26 62 0 74 421 42 36
Binary 1010000 110011 1100111 10110 110010 0 111100 100010001 100010 11110

Color Harmonies of #503367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503367

Black with #503367

Text Example


Text Example

White with #503367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503367; }

 p { color: rgb(80,51,103); }

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

background-color css

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

 a { background-color: rgb(80,51,103); }

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

border-color css

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

 span { border-color: rgb(80,51,103); }

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