#507D90

Color #507D90 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #507D90

Tints of Jelly Bean #507D90

Color information

#507D90 (or 0x507D90) is unknown color: approx Jelly Bean. HEX triplet: 50, 7D and 90. RGB value is (80,125,144). Sum of RGB (Red+Green+Blue) = 80+125+144=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #507D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507D90 is #AF826F. Grayscale: #717171. Windows color (decimal): -11502192 or 9469264. OLE color: 9469264.

HSL color Cylindrical-coordinate representation of color #507D90: hue angle of 197.81º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #507D90 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB80125144-
CMYK0.440.1300.44
HSL197.81º28.57%43.92%-
HSV(B)197.81º44.44%56.47%-
XYZ15.6818.3929.11-
YUV113.71145.09103.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.92%
GREEN value IS 125 (49.22% from 255) = 35.82%
BLUE value IS 144 (56.64% from 255) = 41.26%
R=22.92%
G=35.82%
B=41.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801251440.440.1300.44197.8128.5743.92
Hex507D902CD02Cc61d2c
Octal12017522054150543063554
Binary1010000111110110010000101100110101011001100011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507D90; }

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

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

<style>
 a { background-color: #507D90; }

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

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

<style>
 span { border-color: #507D90; }

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

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