#507890

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

Shades of Jelly Bean #507890

Tints of Jelly Bean #507890

Color information

#507890 (or 0x507890) is unknown color: approx Jelly Bean. HEX triplet: 50, 78 and 90. RGB value is (80,120,144). Sum of RGB (Red+Green+Blue) = 80+120+144=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #507890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507890 is #AF876F. Grayscale: #6E6E6E. Windows color (decimal): -11503472 or 9467984. OLE color: 9467984.

HSL color Cylindrical-coordinate representation of color #507890: hue angle of 202.5º 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 #507890 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB80120144-
CMYK0.440.1700.44
HSL202.5º28.57%43.92%-
HSV(B)202.5º44.44%56.47%-
XYZ15.0617.1528.9-
YUV110.78146.75106.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 120 (47.27% from 255) = 34.88%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=23.26%
G=34.88%
B=41.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801201440.440.1700.44202.528.5743.92
Hex5078902C1102Cca1d2c
Octal12017022054210543123554
Binary10100001111000100100001011001000101011001100101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507890; }

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

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

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

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

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

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

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

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