#507A89

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

Shades of Jelly Bean #507A89

Tints of Jelly Bean #507A89

Color information

#507A89 (or 0x507A89) is unknown color: approx Jelly Bean. HEX triplet: 50, 7A and 89. RGB value is (80,122,137). Sum of RGB (Red+Green+Blue) = 80+122+137=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #507A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507A89 is #AF8576. Grayscale: #6F6F6F. Windows color (decimal): -11502967 or 9009744. OLE color: 9009744.

HSL color Cylindrical-coordinate representation of color #507A89: hue angle of 195.79º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #507A89 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB80122137-
CMYK0.420.1100.46
HSL195.79º26.27%42.55%-
HSV(B)195.79º41.61%53.73%-
XYZ14.7817.4326.25-
YUV111.15142.59105.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 122 (48.05% from 255) = 35.99%
BLUE value IS 137 (53.91% from 255) = 40.41%
R=23.60%
G=35.99%
B=40.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal801221370.420.1100.46195.7926.2742.55
Hex507A892AB02Ec41a2b
Octal12017221152130563043253
Binary1010000111101010001001101010101101011101100010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507A89; }

 p { color: rgb(80,122,137); }

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

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

 a { background-color: rgb(80,122,137); }

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

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

 span { border-color: rgb(80,122,137); }

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