#50197D

Color #50197D Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #50197D

Tints of Blue Diamond #50197D

Color information

#50197D (or 0x50197D) is unknown color: approx Blue Diamond. HEX triplet: 50, 19 and 7D. RGB value is (80,25,125). Sum of RGB (Red+Green+Blue) = 80+25+125=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #50197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50197D is #AFE682. Grayscale: #343434. Windows color (decimal): -11527811 or 8198480. OLE color: 8198480.

HSL color Cylindrical-coordinate representation of color #50197D: hue angle of 273º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50197D is Cyan = 0.36, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8025125-
CMYK0.360.800.51
HSL273º66.67%29.41%-
HSV(B)273º80%49.02%-
XYZ7.363.8819.76-
YUV52.84168.72147.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 25 (10.16% from 255) = 10.87%
BLUE value IS 125 (49.22% from 255) = 54.35%
R=34.78%
G=10.87%
B=54.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80251250.360.800.5127366.6729.41
Hex50197D2450033111431d
Octal120311754412006342110335
Binary101000011001111110110010010100000110011100010001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50197D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50197D; }

 p { color: rgb(80,25,125); }

 H1.HeaderClassName
 {
   color: #50197D;
 }
 .AnyTagClassName
 {
   color: #50197D;
 }
</style>
background-color css

<style>
 a { background-color: #50197D; }

 a { background-color: rgb(80,25,125); }

 div.DivClassName
 {
   background-color: #50197D;
 }
 .BgClassName
 {
   background-color: #50197D;
 }
</style>
border-color css

<style>
 span { border-color: #50197D; }

 span { border-color: rgb(80,25,125); }

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