Html Css Color HEX #50236E Blue Diamond

📋 copy color: '#50236E'

red 80 ◦ green 35 ◦ blue 110

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

Shades of Blue Diamond #50236E

Tints of Blue Diamond #50236E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.56%

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

R = 35.56%
G = 15.56%
B = 48.89%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50236E (or 0x50236E) is known color: Blue Diamond. HEX triplet: 50, 23 and 6E. RGB value is (80,35,110). Sum of RGB (Red+Green+Blue) = 80+35+110=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #50236E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50236E is #AFDC91. Grayscale: #383838. Windows color (decimal): -11525266 or 7218000. OLE color: 7218000.

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

Color convert

RGB 80 35 110 -
CMYK 0.27 0.68 0 0.57
HSL 276º 0.52% 0.28% -
HSV(B) 276º 0.68% 0.43% -
XYZ 6.72 4.03 15.18 -
YUV 57.01 157.91 144.4 -
System Red Green Blue C M Y K H S L
Decimal 80 35 110 0.27 0.68 0 0.57 276 0.52 0.28
Hex 50 23 6E 1B 44 0 39 114 34 1C
Octal 120 43 156 33 104 0 71 424 64 34
Binary 1010000 100011 1101110 11011 1000100 0 111001 100010100 110100 11100

Color Harmonies of #50236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50236E

Black with #50236E

Text Example


Text Example

White with #50236E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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