Html Css Color HEX #503674 Blue Diamond

📋 copy color: '#503674'

red 80 ◦ green 54 ◦ blue 116

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

Shades of Blue Diamond #503674

Tints of Blue Diamond #503674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.4%

R = 32%
G = 21.6%
B = 46.4%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#503674 (or 0x503674) is known color: Blue Diamond. HEX triplet: 50, 36 and 74. RGB value is (80,54,116). Sum of RGB (Red+Green+Blue) = 80+54+116=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #503674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503674 is #AFC98B. Grayscale: #444444. Windows color (decimal): -11520396 or 7616080. OLE color: 7616080.

HSL color Cylindrical-coordinate representation of color #503674: hue angle of 265.16º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #503674 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 54 116 -
CMYK 0.31 0.53 0 0.55
HSL 265.16º 0.36% 0.33% -
HSV(B) 265.16º 0.53% 0.45% -
XYZ 7.78 5.6 17.19 -
YUV 68.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 80 54 116 0.31 0.53 0 0.55 265.16 0.36 0.33
Hex 50 36 74 1F 35 0 37 109 24 21
Octal 120 66 164 37 65 0 67 411 44 41
Binary 1010000 110110 1110100 11111 110101 0 110111 100001001 100100 100001

Color Harmonies of #503674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503674

Black with #503674

Text Example


Text Example

White with #503674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503674; }

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

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

background-color css

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

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

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

border-color css

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

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

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