Html Css Color HEX #50257E Blue Diamond

📋 copy color: '#50257E'

red 80 ◦ green 37 ◦ blue 126

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

Shades of Blue Diamond #50257E

Tints of Blue Diamond #50257E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 51.85%

R = 32.92%
G = 15.23%
B = 51.85%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50257E (or 0x50257E) is known color: Blue Diamond. HEX triplet: 50, 25 and 7E. RGB value is (80,37,126). Sum of RGB (Red+Green+Blue) = 80+37+126=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #50257E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50257E is #AFDA81. Grayscale: #3B3B3B. Windows color (decimal): -11524738 or 8267088. OLE color: 8267088.

HSL color Cylindrical-coordinate representation of color #50257E: hue angle of 268.99º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50257E is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 37 126 -
CMYK 0.37 0.71 0 0.51
HSL 268.99º 0.55% 0.32% -
HSV(B) 268.99º 0.71% 0.49% -
XYZ 7.74 4.53 20.21 -
YUV 60 165.25 142.26 -
System Red Green Blue C M Y K H S L
Decimal 80 37 126 0.37 0.71 0 0.51 268.99 0.55 0.32
Hex 50 25 7E 25 47 0 33 10D 37 20
Octal 120 45 176 45 107 0 63 415 67 40
Binary 1010000 100101 1111110 100101 1000111 0 110011 100001101 110111 100000

Color Harmonies of #50257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50257E

Black with #50257E

Text Example


Text Example

White with #50257E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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