#507688

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

Shades of Jelly Bean #507688

Tints of Jelly Bean #507688

Color information

#507688 (or 0x507688) is unknown color: approx Jelly Bean. HEX triplet: 50, 76 and 88. RGB value is (80,118,136). Sum of RGB (Red+Green+Blue) = 80+118+136=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #507688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507688 is #AF8977. Grayscale: #6C6C6C. Windows color (decimal): -11503992 or 8943184. OLE color: 8943184.

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

Color convert

RGB80118136-
CMYK0.410.1300.47
HSL199.29º25.93%42.35%-
HSV(B)199.29º41.18%53.33%-
XYZ14.2316.4425.72-
YUV108.69143.41107.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.95%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 136 (53.52% from 255) = 40.72%
R=23.95%
G=35.33%
B=40.72%

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
Decimal801181360.410.1300.47199.2925.9342.35
Hex50768829D02Fc71a2a
Octal12016621051150573073252
Binary1010000111011010001000101001110101011111100011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507688; }

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

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

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

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

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

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

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

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