Html Css Color HEX #50256C Blue Diamond

📋 copy color: '#50256C'

red 80 ◦ green 37 ◦ blue 108

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

Shades of Blue Diamond #50256C

Tints of Blue Diamond #50256C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48%

R = 35.56%
G = 16.44%
B = 48%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50256C (or 0x50256C) is known color: Blue Diamond. HEX triplet: 50, 25 and 6C. RGB value is (80,37,108). Sum of RGB (Red+Green+Blue) = 80+37+108=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #50256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50256C is #AFDA93. Grayscale: #393939. Windows color (decimal): -11524756 or 7087440. OLE color: 7087440.

HSL color Cylindrical-coordinate representation of color #50256C: hue angle of 276.34º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50256C is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 37 108 -
CMYK 0.26 0.66 0 0.58
HSL 276.34º 0.49% 0.28% -
HSV(B) 276.34º 0.66% 0.42% -
XYZ 6.68 4.11 14.63 -
YUV 57.95 156.25 143.73 -
System Red Green Blue C M Y K H S L
Decimal 80 37 108 0.26 0.66 0 0.58 276.34 0.49 0.28
Hex 50 25 6C 1A 42 0 3A 114 31 1C
Octal 120 45 154 32 102 0 72 424 61 34
Binary 1010000 100101 1101100 11010 1000010 0 111010 100010100 110001 11100

Color Harmonies of #50256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50256C

Black with #50256C

Text Example


Text Example

White with #50256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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