#507485

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

Shades of Jelly Bean #507485

Tints of Jelly Bean #507485

Color information

#507485 (or 0x507485) is unknown color: approx Jelly Bean. HEX triplet: 50, 74 and 85. RGB value is (80,116,133). Sum of RGB (Red+Green+Blue) = 80+116+133=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #507485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507485 is #AF8B7A. Grayscale: #6B6B6B. Windows color (decimal): -11504507 or 8746064. OLE color: 8746064.

HSL color Cylindrical-coordinate representation of color #507485: hue angle of 199.25º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #507485 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB80116133-
CMYK0.400.1300.48
HSL199.25º24.88%41.76%-
HSV(B)199.25º39.85%52.16%-
XYZ13.7915.8924.53-
YUV107.17142.57108.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=24.32%
G=35.26%
B=40.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801161330.400.1300.48199.2524.8841.76
Hex50748528D030c7192a
Octal12016420550150603073152
Binary1010000111010010000101101000110101100001100011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507485; }

 p { color: rgb(80,116,133); }

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

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

 a { background-color: rgb(80,116,133); }

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

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

 span { border-color: rgb(80,116,133); }

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