#507F92

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

Shades of Jelly Bean #507F92

Tints of Jelly Bean #507F92

Color information

#507F92 (or 0x507F92) is unknown color: approx Jelly Bean. HEX triplet: 50, 7F and 92. RGB value is (80,127,146). Sum of RGB (Red+Green+Blue) = 80+127+146=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #507F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507F92 is #AF806D. Grayscale: #727272. Windows color (decimal): -11501678 or 9600848. OLE color: 9600848.

HSL color Cylindrical-coordinate representation of color #507F92: hue angle of 197.27º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #507F92 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB80127146-
CMYK0.450.1300.43
HSL197.27º29.2%44.31%-
HSV(B)197.27º45.21%57.25%-
XYZ16.0918.9630.01-
YUV115.11145.43102.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=22.66%
G=35.98%
B=41.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801271460.450.1300.43197.2729.244.31
Hex507F922DD02Bc51d2c
Octal12017722255150533053554
Binary1010000111111110010010101101110101010111100010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,127,146); }

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

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

 a { background-color: rgb(80,127,146); }

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

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

 span { border-color: rgb(80,127,146); }

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