#507897

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

Shades of Jelly Bean #507897

Tints of Jelly Bean #507897

Color information

#507897 (or 0x507897) is unknown color: approx Jelly Bean. HEX triplet: 50, 78 and 97. RGB value is (80,120,151). Sum of RGB (Red+Green+Blue) = 80+120+151=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 151 - color contains mainly: blue. Hex color #507897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507897 is #AF8768. Grayscale: #6F6F6F. Windows color (decimal): -11503465 or 9926736. OLE color: 9926736.

HSL color Cylindrical-coordinate representation of color #507897: hue angle of 206.2º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #507897 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB80120151-
CMYK0.470.2100.41
HSL206.2º30.74%45.29%-
HSV(B)206.2º47.02%59.22%-
XYZ15.6117.3731.81-
YUV111.57150.25105.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.79%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 151 (59.38% from 255) = 43.02%
R=22.79%
G=34.19%
B=43.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801201510.470.2100.41206.230.7445.29
Hex5078972F15029ce1f2d
Octal12017022757250513163755
Binary10100001111000100101111011111010101010011100111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507897; }

 p { color: rgb(80,120,151); }

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

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

 a { background-color: rgb(80,120,151); }

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

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

 span { border-color: rgb(80,120,151); }

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