#507587

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

Shades of Jelly Bean #507587

Tints of Jelly Bean #507587

Color information

#507587 (or 0x507587) is unknown color: approx Jelly Bean. HEX triplet: 50, 75 and 87. RGB value is (80,117,135). Sum of RGB (Red+Green+Blue) = 80+117+135=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #507587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507587 is #AF8A78. Grayscale: #6B6B6B. Windows color (decimal): -11504249 or 8877392. OLE color: 8877392.

HSL color Cylindrical-coordinate representation of color #507587: hue angle of 199.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #507587 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB80117135-
CMYK0.410.1300.47
HSL199.64º25.58%42.16%-
HSV(B)199.64º40.74%52.94%-
XYZ14.0416.1825.3-
YUV107.99143.24108.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.10%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=24.10%
G=35.24%
B=40.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801171350.410.1300.47199.6425.5842.16
Hex50758729D02Fc81a2a
Octal12016520751150573103252
Binary1010000111010110000111101001110101011111100100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507587; }

 p { color: rgb(80,117,135); }

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

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

 a { background-color: rgb(80,117,135); }

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

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

 span { border-color: rgb(80,117,135); }

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