#507B97

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

Shades of Jelly Bean #507B97

Tints of Jelly Bean #507B97

Color information

#507B97 (or 0x507B97) is unknown color: approx Jelly Bean. HEX triplet: 50, 7B and 97. RGB value is (80,123,151). Sum of RGB (Red+Green+Blue) = 80+123+151=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #507B97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507B97 is #AF8468. Grayscale: #717171. Windows color (decimal): -11502697 or 9927504. OLE color: 9927504.

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

Color convert

RGB80123151-
CMYK0.470.1900.41
HSL203.66º30.74%45.29%-
HSV(B)203.66º47.02%59.22%-
XYZ15.9818.1131.93-
YUV113.34149.25104.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 151 (59.38% from 255) = 42.66%
R=22.60%
G=34.75%
B=42.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801231510.470.1900.41203.6630.7445.29
Hex507B972F13029cc1f2d
Octal12017322757230513143755
Binary10100001111011100101111011111001101010011100110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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