Html Css Color HEX #50296E Blue Diamond

📋 copy color: '#50296E'

red 80 ◦ green 41 ◦ blue 110

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

Shades of Blue Diamond #50296E

Tints of Blue Diamond #50296E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.75%

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

R = 34.63%
G = 17.75%
B = 47.62%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50296E (or 0x50296E) is known color: Blue Diamond. HEX triplet: 50, 29 and 6E. RGB value is (80,41,110). Sum of RGB (Red+Green+Blue) = 80+41+110=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #50296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50296E is #AFD691. Grayscale: #3C3C3C. Windows color (decimal): -11523730 or 7219536. OLE color: 7219536.

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

Color convert

RGB 80 41 110 -
CMYK 0.27 0.63 0 0.57
HSL 273.91º 0.46% 0.3% -
HSV(B) 273.91º 0.63% 0.43% -
XYZ 6.92 4.42 15.24 -
YUV 60.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 80 41 110 0.27 0.63 0 0.57 273.91 0.46 0.3
Hex 50 29 6E 1B 3F 0 39 112 2E 1E
Octal 120 51 156 33 77 0 71 422 56 36
Binary 1010000 101001 1101110 11011 111111 0 111001 100010010 101110 11110

Color Harmonies of #50296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50296E

Black with #50296E

Text Example


Text Example

White with #50296E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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