#507988

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

Shades of Jelly Bean #507988

Tints of Jelly Bean #507988

Color information

#507988 (or 0x507988) is unknown color: approx Jelly Bean. HEX triplet: 50, 79 and 88. RGB value is (80,121,136). Sum of RGB (Red+Green+Blue) = 80+121+136=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #507988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507988 is #AF8677. Grayscale: #6E6E6E. Windows color (decimal): -11503224 or 8943952. OLE color: 8943952.

HSL color Cylindrical-coordinate representation of color #507988: hue angle of 196.07º 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 #507988 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB80121136-
CMYK0.410.1100.47
HSL196.07º25.93%42.35%-
HSV(B)196.07º41.18%53.33%-
XYZ14.5917.1625.84-
YUV110.45142.42106.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=23.74%
G=35.91%
B=40.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801211360.410.1100.47196.0725.9342.35
Hex50798829B02Fc41a2a
Octal12017121051130573043252
Binary1010000111100110001000101001101101011111100010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507988; }

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

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

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

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

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

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

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

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