#507995

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

Shades of Jelly Bean #507995

Tints of Jelly Bean #507995

Color information

#507995 (or 0x507995) is unknown color: approx Jelly Bean. HEX triplet: 50, 79 and 95. RGB value is (80,121,149). Sum of RGB (Red+Green+Blue) = 80+121+149=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #507995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507995 is #AF866A. Grayscale: #6F6F6F. Windows color (decimal): -11503211 or 9795920. OLE color: 9795920.

HSL color Cylindrical-coordinate representation of color #507995: hue angle of 204.35º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #507995 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB80121149-
CMYK0.460.1900.42
HSL204.35º30.13%44.9%-
HSV(B)204.35º46.31%58.43%-
XYZ15.5717.5531-
YUV111.93148.92105.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.86%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=22.86%
G=34.57%
B=42.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801211490.460.1900.42204.3530.1344.9
Hex5079952E1302Acc1e2d
Octal12017122556230523143655
Binary10100001111001100101011011101001101010101100110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507995; }

 p { color: rgb(80,121,149); }

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

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

 a { background-color: rgb(80,121,149); }

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

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

 span { border-color: rgb(80,121,149); }

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