#507788

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

Shades of Jelly Bean #507788

Tints of Jelly Bean #507788

Color information

#507788 (or 0x507788) is unknown color: approx Jelly Bean. HEX triplet: 50, 77 and 88. RGB value is (80,119,136). Sum of RGB (Red+Green+Blue) = 80+119+136=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #507788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507788 is #AF8877. Grayscale: #6D6D6D. Windows color (decimal): -11503736 or 8943440. OLE color: 8943440.

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

Color convert

RGB80119136-
CMYK0.410.1200.47
HSL198.21º25.93%42.35%-
HSV(B)198.21º41.18%53.33%-
XYZ14.3516.6825.76-
YUV109.28143.08107.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 119 (46.88% from 255) = 35.52%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=23.88%
G=35.52%
B=40.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801191360.410.1200.47198.2125.9342.35
Hex50778829C02Fc61a2a
Octal12016721051140573063252
Binary1010000111011110001000101001110001011111100011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507788; }

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

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

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

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

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

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

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

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