Html Css Color HEX #50256D Blue Diamond

📋 copy color: '#50256D'

red 80 ◦ green 37 ◦ blue 109

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

Shades of Blue Diamond #50256D

Tints of Blue Diamond #50256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.37%

 BLUE value IS 109 (42.97% from 255) = 48.23%

R = 35.4%
G = 16.37%
B = 48.23%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50256D (or 0x50256D) is known color: Blue Diamond. HEX triplet: 50, 25 and 6D. RGB value is (80,37,109). Sum of RGB (Red+Green+Blue) = 80+37+109=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #50256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50256D is #AFDA92. Grayscale: #393939. Windows color (decimal): -11524755 or 7152976. OLE color: 7152976.

HSL color Cylindrical-coordinate representation of color #50256D: hue angle of 275.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50256D is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 37 109 -
CMYK 0.27 0.66 0 0.57
HSL 275.83º 0.49% 0.29% -
HSV(B) 275.83º 0.66% 0.43% -
XYZ 6.73 4.13 14.91 -
YUV 58.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 80 37 109 0.27 0.66 0 0.57 275.83 0.49 0.29
Hex 50 25 6D 1B 42 0 39 114 31 1D
Octal 120 45 155 33 102 0 71 424 61 35
Binary 1010000 100101 1101101 11011 1000010 0 111001 100010100 110001 11101

Color Harmonies of #50256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50256D

Black with #50256D

Text Example


Text Example

White with #50256D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50256D; }

 p { color: rgb(80,37,109); }

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

background-color css

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

 a { background-color: rgb(80,37,109); }

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

border-color css

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

 span { border-color: rgb(80,37,109); }

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