Html Css Color HEX #50256E Blue Diamond

📋 copy color: '#50256E'

red 80 ◦ green 37 ◦ blue 110

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

Shades of Blue Diamond #50256E

Tints of Blue Diamond #50256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.46%

R = 35.24%
G = 16.3%
B = 48.46%

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

#50256E (or 0x50256E) is known color: Blue Diamond. HEX triplet: 50, 25 and 6E. RGB value is (80,37,110). Sum of RGB (Red+Green+Blue) = 80+37+110=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #50256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50256E is #AFDA91. Grayscale: #393939. Windows color (decimal): -11524754 or 7218512. OLE color: 7218512.

HSL color Cylindrical-coordinate representation of color #50256E: hue angle of 275.34º degrees, saturation: 0.5, 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 #50256E is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 37 110 -
CMYK 0.27 0.66 0 0.57
HSL 275.34º 0.5% 0.29% -
HSV(B) 275.34º 0.66% 0.43% -
XYZ 6.78 4.15 15.2 -
YUV 58.18 157.25 143.56 -
System Red Green Blue C M Y K H S L
Decimal 80 37 110 0.27 0.66 0 0.57 275.34 0.5 0.29
Hex 50 25 6E 1B 42 0 39 113 32 1D
Octal 120 45 156 33 102 0 71 423 62 35
Binary 1010000 100101 1101110 11011 1000010 0 111001 100010011 110010 11101

Color Harmonies of #50256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50256E

Black with #50256E

Text Example


Text Example

White with #50256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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