#50429D

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

Shades of Blue Gem #50429D

Tints of Blue Gem #50429D

Color information

#50429D (or 0x50429D) is unknown color: approx Blue Gem. HEX triplet: 50, 42 and 9D. RGB value is (80,66,157). Sum of RGB (Red+Green+Blue) = 80+66+157=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #50429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50429D is #AFBD62. Grayscale: #505050. Windows color (decimal): -11517283 or 10306128. OLE color: 10306128.

HSL color Cylindrical-coordinate representation of color #50429D: hue angle of 249.23º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50429D is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8066157-
CMYK0.490.5800.38
HSL249.23º40.81%43.73%-
HSV(B)249.23º57.96%61.57%-
XYZ11.348.0432.85-
YUV80.56171.14127.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 157 (61.72% from 255) = 51.82%
R=26.40%
G=21.78%
B=51.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80661570.490.5800.38249.2340.8143.73
Hex50429D313A026f9292c
Octal12010223561720463715154
Binary1010000100001010011101110001111010010011011111001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,66,157); }

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

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

 a { background-color: rgb(80,66,157); }

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

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

 span { border-color: rgb(80,66,157); }

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