Html Css Color HEX #50266E Blue Diamond

📋 copy color: '#50266E'

red 80 ◦ green 38 ◦ blue 110

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

Shades of Blue Diamond #50266E

Tints of Blue Diamond #50266E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.67%

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

R = 35.09%
G = 16.67%
B = 48.25%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50266E (or 0x50266E) is known color: Blue Diamond. HEX triplet: 50, 26 and 6E. RGB value is (80,38,110). Sum of RGB (Red+Green+Blue) = 80+38+110=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #50266E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50266E is #AFD991. Grayscale: #3A3A3A. Windows color (decimal): -11524498 or 7218768. OLE color: 7218768.

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

Color convert

RGB 80 38 110 -
CMYK 0.27 0.65 0 0.57
HSL 275º 0.49% 0.29% -
HSV(B) 275º 0.65% 0.43% -
XYZ 6.82 4.22 15.21 -
YUV 58.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 80 38 110 0.27 0.65 0 0.57 275 0.49 0.29
Hex 50 26 6E 1B 41 0 39 113 31 1D
Octal 120 46 156 33 101 0 71 423 61 35
Binary 1010000 100110 1101110 11011 1000001 0 111001 100010011 110001 11101

Color Harmonies of #50266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50266E

Black with #50266E

Text Example


Text Example

White with #50266E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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