Html Css Color HEX #503767 Blue Diamond

📋 copy color: '#503767'

red 80 ◦ green 55 ◦ blue 103

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

Shades of Blue Diamond #503767

Tints of Blue Diamond #503767

RGB

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

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

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

R = 33.61%
G = 23.11%
B = 43.28%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#503767 (or 0x503767) is known color: Blue Diamond. HEX triplet: 50, 37 and 67. RGB value is (80,55,103). Sum of RGB (Red+Green+Blue) = 80+55+103=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #503767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503767 is #AFC898. Grayscale: #434343. Windows color (decimal): -11520153 or 6764368. OLE color: 6764368.

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

Color convert

RGB 80 55 103 -
CMYK 0.22 0.47 0 0.60
HSL 271.25º 0.3% 0.31% -
HSV(B) 271.25º 0.47% 0.4% -
XYZ 7.12 5.42 13.5 -
YUV 67.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 80 55 103 0.22 0.47 0 0.60 271.25 0.3 0.31
Hex 50 37 67 16 2F 0 3C 10F 1E 1F
Octal 120 67 147 26 57 0 74 417 36 37
Binary 1010000 110111 1100111 10110 101111 0 111100 100001111 11110 11111

Color Harmonies of #503767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503767

Black with #503767

Text Example


Text Example

White with #503767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503767; }

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

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

background-color css

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

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

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

border-color css

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

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

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