#507585

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

Shades of Jelly Bean #507585

Tints of Jelly Bean #507585

Color information

#507585 (or 0x507585) is unknown color: approx Jelly Bean. HEX triplet: 50, 75 and 85. RGB value is (80,117,133). Sum of RGB (Red+Green+Blue) = 80+117+133=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #507585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507585 is #AF8A7A. Grayscale: #6B6B6B. Windows color (decimal): -11504251 or 8746320. OLE color: 8746320.

HSL color Cylindrical-coordinate representation of color #507585: hue angle of 198.11º 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 #507585 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB80117133-
CMYK0.400.1200.48
HSL198.11º24.88%41.76%-
HSV(B)198.11º39.85%52.16%-
XYZ13.916.1224.57-
YUV107.76142.24108.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.24%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=24.24%
G=35.45%
B=40.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801171330.400.1200.48198.1124.8841.76
Hex50758528C030c6192a
Octal12016520550140603063152
Binary1010000111010110000101101000110001100001100011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507585; }

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

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

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

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

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

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

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

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